공통 프로그램 예

공통 프로그램 예

일반적인 도구 사용법의 간단한 예를 보여줄 수 있는 인간과 유사한 프로그램(또는 웹사이트/책)이 있습니까?

터미널에 입력하면 show-example grep출력됩니다.

...

For matching multiple characters, use the asterisk. 
This example selects all words starting with 
"c" and ending in "h" from the system's dictionary:

  grep '\<c.*h\>' /usr/share/dict/words
      caliph
      cash
      catch
      cheesecloth
      cheetah
...

관련 정보