Re: [Eug-lug] ls script help

2009-01-27 Thread horst
Date: Mon, 26 Jan 2009 22:03:54 -0800 From: Hal Pomeranz Reply-To: Eugene Unix and Gnu/Linux User Group To: Eugene Unix and Gnu/Linux User Group Subject: Re: [Eug-lug] ls script help ...> # all files, recursively, created within the past 30 days find . -ctime -30 Bzzt! Incorrect! "ctime"

Re: [Eug-lug] ls script help

2009-01-27 Thread horst
Date: Mon, 26 Jan 2009 22:14:32 -0600 From: Chris St. Pierre Reply-To: Eugene Unix and Gnu/Linux User Group To: notanathe...@yahoo.com, Eugene Unix and Gnu/Linux User Group Subject: Re: [Eug-lug] ls script help ...> # remove files created within the past seven days find . -ctime -7 | xar

Re: [Eug-lug] ls script help

2009-01-27 Thread turtle
On Monday 26 January 2009 22:03:54 Hal Pomeranz wrote: > > Use find instead of ls: > > Good advice. > There are several examples you might find useful in my "Command-Line > Kung Fu" presentation: > > http://www.deer-run.com/~hal/UnixCommandLineKungFu.pdf Wow Hal! That Command Line Kung Fu i