{"id":17,"description":"shell - list only directories","tags":["shell","commands","shortcuts","linux"],"contents":["# ls */ - lists directories recursively","# ls -d */ - lists only directories in current directory","ls -d */","# another way to do this, but in long listing format","# ls -l | grep ^d"]}
