![단어를 강조하는 방법은 무엇입니까? [복사]](https://linux55.com/image/103932/%EB%8B%A8%EC%96%B4%EB%A5%BC%20%EA%B0%95%EC%A1%B0%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95%EC%9D%80%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F%20%5B%EB%B3%B5%EC%82%AC%5D.png)
cat
터미널에서 명령을 사용하여 특정 단어를 강조 표시하려면 어떻게 해야 합니까 ?
답변1
cat (the name of your textfile) | grep (The word you want to highlight)
예를 들어 를 입력합니다 cat textfile | grep in
.
cat
터미널에서 명령을 사용하여 특정 단어를 강조 표시하려면 어떻게 해야 합니까 ?
cat (the name of your textfile) | grep (The word you want to highlight)
예를 들어 를 입력합니다 cat textfile | grep in
.