advanced code snippet search
ef on 02/21/12
directory ls listing
02/21/12 07:18pm
Command list subdirectories in current directory.
ls -alh | awk '$1 ~ "d" {print $0}'
Report this snippet Tweet
Comment:
You need to login to post a comment.