Cygwin で作業していて例えば grep の出力をデスクトップ上のファイルに落としたい 場合、
$ grep -n DEBUG *.[ch] > /cygdrive/c/Documents\ and\ Settings/...
$ ln -s /cygdrive/c/Documents\ and\ Setteings/foo/デスクトップ/ ~/Desktop
$ grep -n DEBUG *.[ch] > ~/Desktop
permlink
Powered by chalow