summaryrefslogtreecommitdiffhomepage
path: root/bash.html.markdown
diff options
context:
space:
mode:
authorRholais Lii <rholais@gmail.com>2017-02-12 23:06:21 +0800
committerven <vendethiel@hotmail.fr>2017-02-12 16:06:21 +0100
commit303de42a2c62193de9418ed5060ed5e99f26ba3a (patch)
treeb880d45fa61dc6adea2304b723ef1470ea3b4a3c /bash.html.markdown
parent88531dfd4d10b3bfc2e9d2d6d68e59aed9651e04 (diff)
[bash/en-us]Fix spelling (#2654)
* Fix spelling * Remove the contributor tag
Diffstat (limited to 'bash.html.markdown')
-rw-r--r--bash.html.markdown2
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.