From 303de42a2c62193de9418ed5060ed5e99f26ba3a Mon Sep 17 00:00:00 2001 From: Rholais Lii Date: Sun, 12 Feb 2017 23:06:21 +0800 Subject: [PATCH] [bash/en-us]Fix spelling (#2654) * Fix spelling * Remove the contributor tag --- bash.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.