Re: Copy files without changing ownership and permissions
From: Jitender Singh (jisi_nospam_ngh_at__no_spam_adobe.com)
Date: 11/25/04
- Previous message: Justin Jones: "Re: boot floppy to facilitate boot from IDE CDROM on classic Pentium"
- In reply to: chino: "Re: Copy files without changing ownership and permissions"
- Next in thread: Randy McLaughlin: "Re: Copy files without changing ownership and permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Nov 2004 10:59:48 GMT
try multiple -exec switch
find xxx -name "*.gif" -exec grep -v abc.txt {} \; -exec echo {} \; -exec
rm {} \;
chino wrote:
>> RTFM surely helps, Ross. If you don't know what RTFM is, then type
>> "man cp".
>
> If you want to know what RTFM is, just type "wtf rtfm".
- Previous message: Justin Jones: "Re: boot floppy to facilitate boot from IDE CDROM on classic Pentium"
- In reply to: chino: "Re: Copy files without changing ownership and permissions"
- Next in thread: Randy McLaughlin: "Re: Copy files without changing ownership and permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]