Skip to content

Commit

Permalink
Merge pull request swcarpentry#27 from douglatornell/patch-1
Browse files Browse the repository at this point in the history
Fix typo and add some missing words in shell/Readme.md
  • Loading branch information
jiffyclub committed Feb 15, 2013
2 parents e36190c + 3672232 commit e82953f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ Some terminals will not color the directory entries in this very
convenient way. In those terminals, use `ls -F` instead of `ls`. The
`-F` argument modifies the results so that a slash is placed at the
end of directories. If the file is *executable* meaning that it can be
run like a program, then a star fill be placed of the file name.
run like a program, then a star will be placed at the end of of the
file name.

You can also use the command `ls -l` to see whether items in a
directory are files or directories. `ls -l` gives a lot more
Expand Down

0 comments on commit e82953f

Please sign in to comment.