09/08/26 22:40:11 VfaWlTot
>>221
あぁ、そうかぁ。
これだといけるかな?
file=$(echo /tools/bin/find /{,usr/}{bin,lib,sbin)
for i in $file;do
find $i -type f 2> /dev/null
/tools/bin/strip --strip-debug $i
done
というか>>219のコマンドをbashのfunctionにして #!/bin/sh -e な
スクリプトの中で使いたいんですがうまく出来なくて。