Re: off-topic - list files on linux

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Cc: "A(dot)Burbello" <burbello3000(at)yahoo(dot)com(dot)br>
Subject: Re: off-topic - list files on linux
Date: 2008-03-28 13:01:39
Message-ID: 200803281501.40267.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Στις Friday 28 March 2008 14:39:53 ο/η A.Burbello έγραψε:
> ls -t1p  | grep -v / | grep -v backup | head -1

maybe:
ls -t1p | grep -v / | grep -v backup | grep -v `ls -t1p | grep -v / | grep -v backup | head -1`

--
Achilleas Mantzios

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message kevin kempter 2008-03-28 16:31:09 weird network issue
Previous Message A.Burbello 2008-03-28 12:39:53 off-topic - list files on linux