Guest User

Untitled

a guest
Jun 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ls -ld -- */
  2.  
  3. ls -ld /path/to/directory/*/
  4.  
  5. find . -type d -depth 1
  6.  
  7. ls -F | grep /
  8.  
  9. tree -d -L 2
  10.  
  11. ls -ad */ .*
  12.  
  13. # ls -CF
  14. /dir1 /dir2 /dir3 /beaches /Work /Other
  15.  
  16. $ ls -p | grep /
  17.  
  18. ls -G
Add Comment
Please, Sign In to add comment