Microsoft
Software
Hardware
Network
Question : Linux rm command
Hi guys hope u r well and can help.
Pretty easy this one i hope.
I have a list of files in a directory in the following format:
menu3_career_resumes_examp
les.php
menu3_career_resumes_examp
les3.php
menu4_career_resumes_examp
les_images
kb.php
menu4_career_resumes_examp
les_docume
ntskb.php
menu4_career_resumes_examp
les_images
wk.php
menu5_career_resumes_examp
les_test.p
hp
I wanted to know how I can use the rm command to remove all the above files in one go without having to do 3 rm commands.
Is there a way to use rm with an or keyword or pipe it through grep?
Any help greatly appreciated.
Answer : Linux rm command
Try:
rm menu?career_resumes_exampl
es*.php
Random Solutions
Event Sink, VBScript Registering problem
Sql Server Management Studio Express 2005 - Copy Database
Limiting records in Crystal Reports
GIMP vs PSP vs PhotoShop
Mailbox Store disappeared - permissions problem
Difference Between Norton Ghost and Norton Save & Restore
Running python scripts remotely for generating POSER 6 images via a web server
Locking a jpeg signature in Adobe Professional 8.0
how to store zero values in the INT data type
Error starting IIS Admin Service - how do I fix it?