๋ฐ์ํ
[์ถ์ฒ-์ ํ๋ธ ์ํ์ฝ๋ฉ]
https://youtu.be/jiNfAQRJuRs?list=PLuHgQVnccGMBT57a9dvEtd6OuWpugF9SH
cat
ํ์ผ ๋ด์ฉ์ ์ถ๋ ฅํ๋ค
$ cat [ํ์ผ ์ด๋ฆ]
grep
ํ์ผ์ ๋ด์ฉ์์ ํน์ ๋ฌธ์์ด์ ์ฐพ๊ณ ์ ํ ๋ ์ฌ์ฉํ๋ ๋ช ๋ น์ด
$ grep [์ฐพ๊ณ ์ถ์ ๋จ์ด] [๋ช
๋ น์ ์ํํ ํ์ผ๋ช
]
| (pipeline)
๋ ์ด์์ ๋ช ๋ น์ ํจ๊ป ๋ฌถ์ด ์ถ๋ ฅํ๋ ๊ธฐ๋ฅ
$ ls --help | grep sort
ls --help ๋ฆฌ์คํธ๋ฅผ ์ถ๋ ฅํ๋ค. ๊ทธ ์ค์์ sort๋ผ๋ ๋ฌธ์์ด๋ง grepํ๋ค
ps (process)
ํ๋ก์ธ์ค์ ํ์ฌ ์ํ๋ฅผ ์ถ๋ ฅํ๋ค
๋ฐ์ํ
'Linux' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Linux-์ํ์ฝ๋ฉ] IO Redirection2 : input (0) | 2021.03.15 |
---|---|
[Linux-์ํ์ฝ๋ฉ] IO Redirection1 : output (0) | 2021.03.07 |
[Linux-์ํ์ฝ๋ฉ] Why using CLI? -sequence execution (semicolon) (0) | 2021.03.07 |
[Linux-์ํ์ฝ๋ฉ] Source download : git (0) | 2021.03.07 |
[Linux-์ํ์ฝ๋ฉ] file download : wget (0) | 2021.03.06 |
๋๊ธ