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
Play a specific scene or frame after I used LoadMovie method
Websphere v5 configuration and servlets
How much to charge - Experts only please
User not receiving all Exchange mail in Outlook 2007
Corel Draw Question - Convert RGB BITMAP to CDR
RPC service unavailable Server 2003/2008
Row Number
Overriding the max 3 Conditional Formating in Access
Event ID 4321 and 8003
Why is the date/time stamp of our IIS log files not updating?