Hi!
What is the command line to delete all files under certain directory?
Sasa
Hi Sasa!
cd /<directory> You can try: rm -r[f] *
If you use the option "f", you are going to execute the command with force... Be careful! ;)
Renato
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list