From 079624f878d5203a6d0c8edf8c28f7d85b120549 Mon Sep 17 00:00:00 2001 From: Kang Hyeonuk <hugang1208@ajou.ac.kr> Date: Wed, 26 Oct 2022 02:03:53 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7389120..e382136 100644 --- a/README.md +++ b/README.md @@ -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> -- GitLab