find . -type f -print
çıktılar
./file1
./file2
./file3
Yazdırmanın herhangi bir yolu
file1
file2
file3
?
Sadece tek bir dosya için yapıyorsanız:
—
masterxilo
f=`find . -name migration`; echo ${f/.\//}
-exec /path/to/myscript.sh {}
Gözlerinde farklıfind
,-printf '%P\n'
çalışmıyor. Bunun yerine,./
senaryo içinde chomping önek yapmak zorunda :p=${1#"./"}