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

Re: [OT] Probleme mit Dateinamen aus der Windows-Welt



DIrk Wernien <yellowbeart@gmx.net> wrote:
> find /src/dir/ -type f -print | xargs chmod 644

> unless you use the -0 option
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warum machst du das nicht einfach mal?

Also:
find /src/dir/ -type f -print0 | xargs -0 chmod 644

Rob
-- 
You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
                                 -- Alan Cox


Reply to: