bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#176215: coreutils: dont truncate dir


From: Jim Meyering
Subject: Re: Bug#176215: coreutils: dont truncate dir
Date: Mon, 12 May 2003 09:15:58 +0200

Dan Jacobson <address@hidden> wrote:
>>>>>> "M" == Michael Stone <address@hidden> writes:
> M> On Sat, Jan 11, 2003 at 10:09:06AM +0800, Dan Jacobson wrote:
>>> currently if one wants the full path of the latest file
>>> f=`ls -t ~/.procmail/bitbucket|sed q`
>>> will not do.
>
> M> It's not at all clear what you're asking for.
>
> $ ls /tmp
> will strip the dir. I want a flag to stop the stripping, without
> resorting to
> $ ls /tmp/*

How about using find instead?

  find /tmp -printf '%T@ %TY-%Tm-%Td ... %p\n' | sort -nr




reply via email to

[Prev in Thread] Current Thread [Next in Thread]