emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#11183: closed ([coreutils 8.13] touch: add options


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11183: closed ([coreutils 8.13] touch: add options -v, --verbose)
Date: Sun, 07 Oct 2012 09:40:02 +0000

Your message dated Sun, 07 Oct 2012 11:39:08 +0200
with message-id <address@hidden>
and subject line Re: bug#11183: [coreutils 8.13] touch: add options -v, 
--verbose
has caused the debbugs.gnu.org bug report #11183,
regarding [coreutils 8.13] touch: add options -v, --verbose
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11183: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11183
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [coreutils 8.13] touch: add options -v, --verbose Date: Thu, 05 Apr 2012 08:14:20 +0300
Please add verbose options to program touch(1):

    -v, --verbose

Similarly than what is found in cp(1), mv(1). Seing what files are being
touched e.g. from scripts would be helpful:

    touch ${optionverbose:+--verbose} <file pattern>

Jari



--- End Message ---
--- Begin Message --- Subject: Re: bug#11183: [coreutils 8.13] touch: add options -v, --verbose Date: Sun, 07 Oct 2012 11:39:08 +0200
tags 11183 notabug
thanks

Jim Meyering wrote:
> Pádraig Brady wrote:
>> On 04/05/2012 06:14 AM, Jari Aalto wrote:
>>>
>>> Please add verbose options to program touch(1):
>>>
>>>     -v, --verbose
>>>
>>> Similarly than what is found in cp(1), mv(1). Seing what files are being
>>> touched e.g. from scripts would be helpful:
>>>
>>>     touch ${optionverbose:+--verbose} <file pattern>
>>
>> Well files are always touched, or at a low level if the
>> timestamps don't need to be updated, this info isn't returned.
>>
>> Also to indicate as to whether files were created or not,
>> is problematic, I don't think that can be done atomically.
>
> Exactly.
> I'd rather not add any more --verbose options like this.
> In fact, I have been sorely tempted to remove the --verbose
> options from chown/chgrp and chmod: the options add complexity and
> the printed results are not reliable.

Also, touch is different from mv and cp.  For those two,
using --verbose can provide basic progress indicator when
the files are large, and for mv, when rename is not usable.

So I'm closing this.


--- End Message ---

reply via email to

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