* Bharathi Subramanian <[EMAIL PROTECTED]> 2008-06-20 > $ rm f? -- Remove all files, whose name start with f and > followed by single char. > > $ rm f* -- Remove all files, whose name starting with f.
It would be better if you indicated that wildcard expansion is done by the shell, and not by "rm". -- Masatran, R. Deepak <http://research.iiit.ac.in/~masatran/> _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
