Re: off-topic - list files on linux

Поиск
Список
Период
Сортировка
От salman
Тема Re: off-topic - list files on linux
Дата
Msg-id 47ED2CFA.4080308@quietcaresystems.com
обсуждение исходный текст
Ответ на Re: off-topic - list files on linux  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: off-topic - list files on linux  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-admin

Achilleas Mantzios wrote:
> Στις 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`
>

1) the -e flag for grep can be used to group strings so you don't have
to pipe multiple times (eg: grep -i -e bleh -e bleh2 -e bleh3 -ve backup)

2) wouldn't find be easier to use? find . -maxdepth 1 -type -f -print

-salman

В списке pgsql-admin по дате отправления:

Предыдущее
От: kevin kempter
Дата:
Сообщение: Re: weird network issue
Следующее
От: Shane Ambler
Дата:
Сообщение: Re: weird network issue