Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!ux1.cso.uiuc.edu!gupta From: gupta@ux1.cso.uiuc.edu (Rohit Gupta) Newsgroups: comp.unix.admin Subject: Re: help removing a file Message-ID: <1990Sep5.184323.5877@ux1.cso.uiuc.edu> Date: 5 Sep 90 18:43:23 GMT References: <1990Sep5.180847.21767@zaphod.mps.ohio-state.edu> Distribution: usa Organization: University of Illinois at Urbana Lines: 19 harmon@function.mps.ohio-state.edu (Jim Harmon) writes: >says it's zhangNevai.tex. I've tried putting a back slash in front of the ? >and quoting the whole name. I even tried doing `rm -i *` and it matches >zhangNevai.tex but says there's No such file or directory. Try using its inode to remove it. First do an 'ls -i' to determine its inode number. Lets say that this returns 33007. Next enter the following: find . -inum 33007 -exec rm {} \; That should remove it. Rohit -- -------------------- Rohit Gupta -------- (217)244-1205 -------------------- Internet:rohit@uiuc.edu UUCP:uunet!uiucuxc!ux1!gupta BITNET:GUPTA@UIUCVMD --------------- University of Illinois Computing Services Office ------------