maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   alternativ to "xargs -0" on busybox (https://talk.maemo.org/showthread.php?t=58181)

flexxxv 2010-07-10 17:40

alternativ to "xargs -0" on busybox
 
Hello
I'm not really an linux expert, but I'm quite used to use "xargs -0". :p
What can I use with maemo 5 as an alternative?

I wanted to do:
find /home/user/MyDocs/.sounds/Musik -name .mediaartlocal -print0 | xargs -0 rm -R

I'm sure a lot of people here know the answer :D

gidoca 2010-07-10 17:44

Re: alternativ to "xargs -0" on busybox
 
In this special case: find <path> -name <name> -exec rm -R {} \;

Warning: has not been tested!

flexxxv 2010-07-10 17:51

Re: alternativ to "xargs -0" on busybox
 
@gidoca
thx
this sounds like it should work. I'll mess later with this around ;)
(but I'll use ls instead of rm first :P )


All times are GMT. The time now is 09:35.

vBulletin® Version 3.8.8