rm ABC*
    utzoo!decvax!duke!ucf-cs!goldfarb 
    utzoo!decvax!duke!ucf-cs!goldfarb
       
    Sat Feb 19 20:45:24 AEST 1983
    
    
  
I guess the net runs in a pretty tight cycle, since this subject
was discussed last summer.  In any case, I adopted the following
method based on that previous discussion:
	1)  Do ls -i to find the inode number of the wierd file.
	2)  Do a find to get rid of it, e.g.:
	       find . -inum nnnn -exec rm -f {} \;
				Ben Goldfarb
				Univ. of Cent. Fla.
				...!duke!ucf-cs!goldfarb
    
    
More information about the Comp.sources.unix
mailing list