help removing a file

Thomas E. Currey tcurrey at zach.fit.edu
Fri Sep 7 05:57:38 AEST 1990


  If its a file try:      rm ./...

  if its a directory:      rm -R ./...


   Because of the ascii character set the '.' is before the '*' and
is therefore not picked up but rm.

	other variations:    rm -R ./??.
			     rm -R ./..?

  Be carefu,  they can remove much more.



More information about the Comp.unix.admin mailing list