직접 안해보면 설명을 봐도 그냥 그런가 보다 하는거지 뭔소린지 알 수 없음
grep is a command-line utility for searching plain-text data sets for lines that match a regular expression. Its name comes from the ed command g/re/p (global / regular expression search / and print), which has the same effect.
https://en.wikipedia.org/wiki/Grep
본인도 이걸 보고 나서야 뭔말인줄 알았음
근데 이거 하나 봤다고 나 ed할 줄 알아요 이런 소리하면 안됨
막상 시키면 help ctrl+c wtf을 하게됨
1줄 요약) ed는 몰라도 됨
댓글 0