Date: Wed, 15 Mar 1995 10:28:35 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) To: kleymeer@telalink.net Cc: freebsd-questions@FreeBSD.org Subject: Re: unknown files Message-ID: <9503151728.AA12036@junco.fsl.noaa.gov> In-Reply-To: <199503151559.JAA09704@eden.telalink.net> (kleymeer@telalink.net)
next in thread | previous in thread | raw e-mail | index | archive | help
You could try removing them by inode number. Do an ls -i to get the numbers, then use the find command with the -inum option to specify the numbers. Then use ``-exec rm -f '{}' \;'' or ``-print|xargs rm -f'' to remove them. Or, if you're an Emacs user, use dired to mark those two files for deletion, then delete. --k
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9503151728.AA12036>