mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
Merge pull request #216 from DeadlyChambers/master
This commit is contained in:
@@ -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 input
|
||||||
>&- # closes the standard output
|
>&- # closes the standard output
|
||||||
n>&- # closes the ouput from file descriptor n
|
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)
|
|tee <file># output command to both terminal and a file (-a to append to file)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user