Some LS Command Practical Examples
ls command is one of the most frequently used command during a Linux Session. Here are some ls command practical examples to make your Linux Command line experience more enjoyable and faster. Iam assuming that you know basic ls usage like ls -l, ls -a, ls -R etc.
Trick 1:List Only directories in a Current Directory using ls -d */
$ ls -d */
bootstrap/ Documents/ Music/
0 comments:
Post a Comment