On Mon, Jun 26, 2000 at 08:56:33AM +1000, Angus Lees wrote: > find /dosdir -print | `sed 'h;s/%20/ /g;s/%40/@/g;t c;d;:c x;s/.*/mv & /;G'` i just realised this one won't actually work for renaming more than one file (oops).. have to go with my original plan: find /dosdir -print |sed 'h;s/%20/ /g;s/%40/@/g;t c;d;:c x;p;g' |xargs -n2 mv -- - Gus -- SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au To unsubscribe send email to [EMAIL PROTECTED] with unsubscribe in the text
- [SLUG] recursive %20 to " " Alex S
- Re: [SLUG] recursive %20 to " " Dean Hamstead
- Re: [SLUG] recursive %20 to " " James Wilkinson
- [SLUG] Re: recursive %20 to " " Angus Lees
- Re: [SLUG] recursive %20 to " " Angus Lees
- Re: [SLUG] recursive %20 to " " Rathnor
- RE: [SLUG] recursive %20 to " " Jill Rowling
