Bashシェルスクリプト/portsでmake cleanを忘れているディレクトリでmake cleanを実行 の変更点
- 追加された行はこの色です。
- 削除された行はこの色です。
- Bashシェルスクリプト/portsでmake cleanを忘れているディレクトリでmake cleanを実行 へ行く。
- Bashシェルスクリプト/portsでmake cleanを忘れているディレクトリでmake cleanを実行 の差分を削除
*portsでmake cleanを忘れているディレクトリでmake cleanを実行 [#y7490f8c] for file in `find /usr/ports/ -name "work"`; do cd ${file%/work};make clean ; done # for file in `find /usr/ports/ -name "work"`; do cd ${file%/work};make clean ; done