Skip to content
Snippets Groups Projects
Commit 079624f8 authored by Kang Hyeonuk's avatar Kang Hyeonuk
Browse files

Update README.md

parent 4d137510
No related branches found
No related tags found
No related merge requests found
......@@ -289,9 +289,9 @@
### understanding redirection
* Basic
* < = 0<, << = 0<<, > = 1>, >> = 1>>, 2> = 2>>
* &>, 2>&1, &>>
* <<<
* "<" = "0<", "<<" = "0<<", ">" = "1>", ">>" = "1>>", "2>" = "2>>"
* "&>", "2>&1", "&>>"
* "<<<"
* Position of redirection
* echo hello > /tmp/out - hello를 tmp/out에 저장. <br>
= echo > /tmp/out hello <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment