Linux
리눅스 1일차 정리
느긋한모모
2024. 3. 6. 17:57
리눅스 읽는 방법
~ : Tild -> User home을 의미
` ` : Backtic
@ : at
# : cross gatch
^ : Ctrl
*** : all
? : one character
< : less than, input redirection
< : grater than, output redirection
| : pipe
& : background process run
- : dash
_ : underscore
[] : array
{} : dict
() : parameter
^c, Ctrl + c, cancel
^d, Ctrl + d, end of document(eod==eot), logout(x2)
^z, Ctrl + z, suspend process