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
t = 12345, 54321, "hello!"
How can i return only last select statment from stored procedure
Outlook 2007 - Exchange 2007 Migration issue with Contacts
Unable to view picture
Can a VBA function return an error code such as #DIV/0
NSLOOKUP - " ls" query
Treo 700, bad SSL certificate for Exchange Activesync
Linux Grep and awk command output in proper format
Re:Cygwin Shell Script
onmouseout event - ajax