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

Re: GNU find: "print0" and "-type" arguments



Hi,

Dňa Wed, 01 Aug 2012 19:33:35 -0500 Alex Robbins
<alexdotrobbins@gmail.com> napísal:

> I see (on a terminal screen that does not display null characters):
> ../dir./file

simple try to switch the arguments:

find -type d -print0
../dir

The print0 and others are the "expressions" (see man find) and they must be
at end of command.

regards

-- 
Slavko
http://slavino.sk

Attachment: signature.asc
Description: PGP signature


Reply to: