Skip to content

Commit

Permalink
Added sentence equating ls -F -a to ls -Fa #483
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekbryk committed Jan 6, 2017
1 parent 24983fc commit a931a60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _episodes/02-filedir.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,10 @@ which means "the current working directory".
It may seem redundant to have a name for it,
but we'll see some uses for it soon.

Note that in most command line tools, multiple parameters can be combined
with a single `-` and no spaces between the parameters: `ls -F -a` is
equivalent to `ls -Fa`.

> ## Other Hidden Files
>
> In addition to the hidden directories `..` and `.`, you may also see a file
Expand Down

0 comments on commit a931a60

Please sign in to comment.