Merge pull request #216 from DeadlyChambers/master

This commit is contained in:
Julien Le Coupanec 2021-07-11 22:37:59 +02:00 committed by GitHub
commit 5ba6b5e93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ n<&m # file descriptor n is made to be a copy of the input file descriptor
<&- # closes the standard input
>&- # closes the standard output
n>&- # closes the ouput from file descriptor n
n<&- # closes the input from file descripor n
n<&- # closes the input from file descriptor n
|tee <file># output command to both terminal and a file (-a to append to file)