2007-05-22から1日間の記事一覧

えるえるえる

alias l='ls --color=auto -lh' える - higepon blog $ type ls ls is aliased to `LC_CTYPE=C ls --color=tty' $ type l l is aliased to `ls -F' $ type ll ll is aliased to `ls -l' $ type lll bash3: type: lll: not found lllはlsよか長くなるからかど…

bashというかreadlineの補完展開

カレントディレクトリに↓なファイル/ディレクトリがあるときに、 $ ls -Ftr foo baz bar quux/ grault/ corge/"\C-x*" (glob-expand-word) を打鍵。 $ ls * ↓ $ ls bar baz corge foo grault quux $ ls b* ↓ $ ls bar baz $ ls */ ↓ $ ls corge/ grault/ quu…