• R/O
  • SSH

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ファイル情報

Rev. efb7488d2406fd3129e1605a11c6f485362d79d3
サイズ 77 バイト
日時 2008-10-17 21:31:01
作者 iselllo
ログメッセージ

I added a new useful command to look for a word in text files and have the name of the file where it appears
together with the line.

内容

alias lsa ls -la $*
alias lsd ls -la $* | grep "^d"
alias lsw grep -i -n $* *