9fans archive / 1998 / 09 / 14 /    prev next

From: Ed Wishart ed@cs.unr.edu
Subject: [9fans] Find command
Date: Wed, 2 Sep 1998 13:35:46 -0700


Try:

du -a | grep <regular expression> | awk '{print $2}'

to list file names matching regular expression.

rc scripts are also available but they seem much slower.