Re: off-topic - list files on linux - Mailing list pgsql-admin

From Achilleas Mantzios
Subject Re: off-topic - list files on linux
Date
Msg-id 200803281501.40267.achill@matrix.gatewaynet.com
Whole thread Raw
In response to off-topic - list files on linux  ("A.Burbello" <burbello3000@yahoo.com.br>)
List 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

pgsql-admin by date:

Previous
From: "A.Burbello"
Date:
Subject: off-topic - list files on linux
Next
From: kevin kempter
Date:
Subject: weird network issue