Reply
Thread Tools
Posts: 88 | Thanked: 35 times | Joined on Jun 2010
#1
Hello
I'm not really an linux expert, but I'm quite used to use "xargs -0".
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
 
Posts: 67 | Thanked: 28 times | Joined on Oct 2009 @ Switzerland
#2
In this special case: find <path> -name <name> -exec rm -R {} \;

Warning: has not been tested!
 

The Following User Says Thank You to gidoca For This Useful Post:
Posts: 88 | Thanked: 35 times | Joined on Jun 2010
#3
@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 )
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:20.