![]() |
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 |
Re: alternativ to "xargs -0" on busybox
In this special case: find <path> -name <name> -exec rm -R {} \;
Warning: has not been tested! |
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