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

Re: Bill Gs Rache - Leerzeichen in Dateinamen



> Hallo,
> 
> chmod +x $(find . -type d )
> chmod +x $(find . -type d -print0)

Probier mal find . -type d -print0 | xargs -0 chmod +x (oder so ähnlich -
bin bei der arbeit,
da kann ich es leider nicht ausprobieren)

Roman



Reply to: