Weird File Names (Removing them)

Frank Bicknell frankb at usource.UUCP
Thu Mar 2 01:54:12 AEST 1989


In article <828 at hawkmoon.MN.ORG>, det at hawkmoon.MN.ORG (Derek E. Terveer) writes:
> The newer OS equivalents for this command that is restricted to a single fs
> would be:
> 
> 		/* bsd -- don't cross(X) over to another device(DEV)
> 		 */
> 
> 		find . -xdev -inum inode -exec rm {} \;
> 
> 		/* sysv -- stay on own mounted fs
> 		 */
> 
> 		find . -mount -inum inode -exec rm {} \;

That's nice when it gets here, but if you have xenix 2.3.1 it's
not here yet.  Thanx for the info, though!











-- 
Frank Bicknell; 1405 Main St, Ste 709; Sarasota, FL 34236-5701
killer!usource!frankb



More information about the Comp.unix.xenix mailing list