diff options
author | Rholais Lii <rholais@gmail.com> | 2017-02-12 23:06:21 +0800 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2017-02-12 16:06:21 +0100 |
commit | 303de42a2c62193de9418ed5060ed5e99f26ba3a (patch) | |
tree | b880d45fa61dc6adea2304b723ef1470ea3b4a3c | |
parent | 88531dfd4d10b3bfc2e9d2d6d68e59aed9651e04 (diff) |
[bash/en-us]Fix spelling (#2654)
* Fix spelling
* Remove the contributor tag
-rw-r--r-- | bash.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.html.markdown b/bash.html.markdown index 271ef62c..14366e4c 100644 --- a/bash.html.markdown +++ b/bash.html.markdown @@ -156,7 +156,7 @@ ls # These commands have options that control their execution: 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 # Results of the previous command can be passed to the next command as input. |