Skip to content

Commit

Permalink
Fix wrong example for ls -A
Browse files Browse the repository at this point in the history
  • Loading branch information
edudev committed May 18, 2017
1 parent 4c2c88e commit dc11b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2016-2017/HW04-ls.tex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ \subsection{Поддръжка на {\ttfamily -A} (20 точки)}

При използване на опцията \lstinline{-A} командата трябва да извежда и скритите файлове без ".." и ".". Например:
\begin{verbatim}
$ ls -a
$ ls -A
- a.out
- a.txt
- b.txt
Expand Down

0 comments on commit dc11b7d

Please sign in to comment.