[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7. 応用・キメ技


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.1 コマンドでキメる

dmesg |
`*oneliner pipe*0' に dmesg の結果を送って読む

find ./ -name \*.c |1
検索した cソースファイル名を `*oneliner pipe*1' に送る

コマンド実行後 `*oneliner pipe*1' から、いらないファイル名を削除する

1| xargs grep main |
`*oneliner pipe*1' にリストされた全ファイルから main という文字列を検索し、結果を `*oneliner pipe*0' に送る。

| grep key |
`*Oneliner pipe*0'の結果を key という文字列でさらに絞り込む

seq -f 'get %g' 1 10 +|@+draft/1
Mewのドラフトバッファに 1番から10番のメールを取り寄るコマンドリストを追記する。

(※ fmlメーリングリストサーバーを想定)

@*Mew message*0| uudecode
Mewのメッセージバッファの uuencode された本文をデコードする。(ファイルはカレントディレクトリにセーブされる)


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by Kiyoka Nishiyama on December, 7 2003 using texi2html