schiegl;354746 Wrote: 
> hmmm. this one should do it:
> 
> find /home/felles/Media/Musikk/Nedlastet/Musikk -type f -name
> "*.wma.ignore" | while read f ; do mv "$f" "${f%.ignore}" ; done
> 
> removes ".ignore" from all "*.wma.ignore" files.
> 
> Disclamer...ah you now ;-)
> 
> kind regards,
> Markus

Magic! Thank you very much!


-- 
OiPenguin
------------------------------------------------------------------------
OiPenguin's Profile: http://forums.slimdevices.com/member.php?userid=13658
View this thread: http://forums.slimdevices.com/showthread.php?t=53941

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to