共通プログラム例

共通プログラム例

一般的なツールの使い方の簡単な例を示すことができる人間に似たプログラム(またはウェブサイト/本)はありますか?

端末に入力すると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
...

ベストアンサー1

おすすめ記事