View Single Post
Posts: 57 | Thanked: 9 times | Joined on Nov 2009 @ Glasgow, Scotland
#4
Thanks to both michaaa62 & Reffyyyy for swift replies!

however running as root:

Code:
rm -rf *.m4p
doesnt seem to be deleting the files, however it doesnt give any output.

also:

Code:
sza=$(ls | grep m4p); rm $sza
Gives:

Code:
Usage rm [OPTION] ... [FILE] ...
Like when you give 'rm' an invalid parameter.