mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[bash/en-us]Fix spelling (#2654)
* Fix spelling * Remove the contributor tag
This commit is contained in:
parent
88531dfd4d
commit
303de42a2c
@ -156,7 +156,7 @@ ls
|
|||||||
|
|
||||||
# These commands have options that control their execution:
|
# These commands have options that control their execution:
|
||||||
ls -l # Lists every file and directory on a separate line
|
ls -l # Lists every file and directory on a separate line
|
||||||
ls -t # Sort the directory contents by last-modified date (descending)
|
ls -t # Sorts the directory contents by last-modified date (descending)
|
||||||
ls -R # Recursively `ls` this directory and all of its subdirectories
|
ls -R # Recursively `ls` this directory and all of its subdirectories
|
||||||
|
|
||||||
# Results of the previous command can be passed to the next command as input.
|
# Results of the previous command can be passed to the next command as input.
|
||||||
|
Loading…
Reference in New Issue
Block a user