[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: shell-scripting



Hallo,

Am Die, 10 Okt 2006, Bjoern Schliessmann schrieb:
>Alternative Lösung:
>
>for i in $(find -type d); do chmod 755 "$i"; done

$ touch 'abc' 'a b'
$ cd /tmp/test9/t
$ ls -b
a\ b  abc
$ for i in $(find -type f); do ls "$i"; done
./abc
ls: ./a: No such file or directory
ls: b: No such file or directory

*Pardautz*

-dnh

-- 
Und Ich dachte schon diese Art von Gerücht sei ein Gerücht.
                                                         [WoKo in dag°]



Reply to: