Re: off-topic - list files on linux

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: "A(dot)Burbello" <burbello3000(at)yahoo(dot)com(dot)br>
Cc: Postgres Adm List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: off-topic - list files on linux
Date: 2008-03-29 14:04:46
Message-ID: 20080329140446.GA10074@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Mar 28, 2008 at 09:39:53AM -0300, A.Burbello wrote:
> How can I get the files in a directory, but not the
> last file updated/created?
> I could get the last file updated with:
> ls -t1p | grep -v / | grep -v backup | head -1
> How can I get the inverse list, other files without
> the last??

ls -t1p | grep -v / | grep -v backup | tac | tail -n +2

depesz

--
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA. here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Julius Tuskenis 2008-03-29 14:55:51 pg_get_expr
Previous Message Shane Ambler 2008-03-29 02:40:02 Re: weird network issue