1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-12 10:45:00 +02:00
This commit is contained in:
Chelsea Voss 2015-06-16 09:50:31 -07:00
parent ad0c149319
commit 732f8956c5

View File

@ -385,6 +385,8 @@ A few examples of piecing together commands:
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"
- `tree`: display directories and subdirectories as a nesting tree; like `ls` but recursive
## More resources