Listing directiories in shell


/ Published in: Awk
Save to your folder(s)

Command list subdirectories in current directory.


Copy this code and paste it in your HTML
  1. ls -alh | awk '$1 ~ "d" {print $0}'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.