programs to list a filesystem

Bruce Barnett steinmetz!grymoire!barnett at uunet.uu.net
Wed Mar 1 00:28:14 AEST 1989


>Does anyone have any ideas on how to get a listing of all files on a
>single filesystem (partition)?

try
	find . -type f  -xdev -print |xargs ls -ld
--
Bruce G. Barnett  <barnett at ge-crd.ARPA> <barnett at steinmetz.ge.com>
		uunet!steinmetz!barnett



More information about the Comp.sys.sun mailing list