hi all


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting hi all
# 1  
Old 05-27-2008
hi all

i need a script to delete a certain files while i run a test. pls help
# 2  
Old 05-27-2008
Care to be less vague?

What are the parameters?

What have you tried on your own?
# 3  
Old 05-27-2008
Computer perhaps try...

Code:
rm vague_request.txt

or seriously, check the man page for the rm command
# 4  
Old 05-27-2008
Put "rm <file name>" if you want to remove the file(Should not be the file which is currently running) or rm -rf <Dir Name>. (should not be current dir)
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question