GNU bug report logs -
#11183
[coreutils 8.13] touch: add options -v, --verbose
Previous Next
Reported by: Jari Aalto <jari.aalto <at> cante.net>
Date: Thu, 5 Apr 2012 05:16:01 UTC
Severity: normal
Tags: notabug
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11183 in the body.
You can then email your comments to 11183 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#11183
; Package
coreutils
.
(Thu, 05 Apr 2012 05:16:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jari Aalto <jari.aalto <at> cante.net>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Thu, 05 Apr 2012 05:16:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#11183
; Package
coreutils
.
(Thu, 05 Apr 2012 12:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 11183 <at> debbugs.gnu.org (full text, mbox):
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.
cheers,
Pádraig.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#11183
; Package
coreutils
.
(Thu, 05 Apr 2012 12:09:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 11183 <at> debbugs.gnu.org (full text, mbox):
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.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#11183
; Package
coreutils
.
(Thu, 05 Apr 2012 12:17:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 11183 <at> debbugs.gnu.org (full text, mbox):
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>
To just reslve the file pattern, I'd suggest
echo touch <file pattern>
Have a nice day,
Berny
Added tag(s) notabug.
Request was from
Jim Meyering <jim <at> meyering.net>
to
control <at> debbugs.gnu.org
.
(Sun, 07 Oct 2012 09:40:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Jim Meyering <jim <at> meyering.net>
:
You have taken responsibility.
(Sun, 07 Oct 2012 09:40:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jari Aalto <jari.aalto <at> cante.net>
:
bug acknowledged by developer.
(Sun, 07 Oct 2012 09:40:03 GMT)
Full text and
rfc822 format available.
Message #21 received at 11183-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 Nov 2012 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 308 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.