[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Find command to display attributes



On Mon, Jan 05, 2004 at 05:50:08PM +0100, VEGH Karoly wrote:

> charlie@marvin:~/test$ find . -name "*[123]*" -exec ls -l {} \;

With GNU find:

  find . -name "*[123]*" -ls



Reply to: