|
Jones, John (US) wrote: > rm -r *.* I don't have a 400 in front of me right now ... but I think using 'rm -rf *' is better. 1. -f (on most shell type command lines) tells the rm command to force the removal. On *nix systems this avoids a interactive query asking if it's ok to remove a nominally protected file. 2. *.* may not actually match all files ... only those that have a period in the file name. Again, I don't have a system handy, so I can't check for sure. david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.