Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo on page 54, chapter 2.27(Issue #36) #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/chapters/02-fs/contents.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ \section{Redirectarea intrării sau ieșirii}
Try 'cp --help' for more information.
\end{screen}

Putem redirecta și ieșirea standard și ieșirea de eraore standard în același fișier.
Putem redirecta și ieșirea standard și ieșirea de eroare standard în același fișier.
În \labelindexref{Listing}{lst:fs:redirect-both}, atât ieșirea standard cât și ieșirea de eroare standard ale comenzii \cmd{strace ls} de pe linia 1 vor fi redirectate în fișierul \file{strace-all.out}.

\begin{screen}[caption={Redirectarea ieșirii standard și ieșirii de eroare standard în același fișier},label={lst:fs:redirect-both}]
Expand Down