On Thu, Aug 12, 1999 at 06:10:40AM -0400, michaelcremin wrote: > My name is mike . I want to delite a large file. I dont have > deltree on my computer. How can I do this . need help
Try `man rm'. rm <file> to delete one file; rm -r <directory> to delete a directory and its contents, recursively (a la deltree, IIRC). -- alisdair mcdiarmid [EMAIL PROTECTED] [if you see some guy spit on me knock him on the side of the head]

