Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
unix remove help
Name: don r Date: October 23, 2001 at 07:39:08 Pacific
Comment:
I am trying to remove a directoy that I found this morning on a unix server. I have no idea where the directory came from. When I try to remove it (rm -r "file name") I get a bad pattern message.
Name: James Boothe Date: October 23, 2001 at 08:23:39 Pacific
Reply:
Don, My guess is that the recursive remove is encountering a weird name as it tries to remove lower-level content, maybe a character in a directory name or file name that is special to the shell. Try to rm lower-level content first, and you might have to use quotes and backslashes. You might have hidden files, and if you are dealing with some weird characters, you can use ls -b which will show non-printable characters as octal values. James
0
Response Number 2
Name: alan Date: October 25, 2001 at 08:57:50 Pacific
Reply:
don: you can also try rm -i file* this will ask you to confirm the deletion, and isolate your problem
Summary: Hello everyone, This problem began when I installed IBM's Via Voice, I am just beggining to get my hands wet in the world of Unix and hope someone can help. When I open a Terminal window, I am told...
Summary: Hi, I want to write a script which basically monitors the amount of file usage (%) for a specific file system ,say "/mount1" for a amount of %,say 98%...When it reaches this %,it should generate a war...
Summary: Greeting There so many different kinds of Unix. What is the between Micrsoft Window NT Server for Unix and Other Unix. Also Which Unix products is good for beginner. Your help would be appreciate...