GNU bug report logs - #19456
touch: add -v, --verbose option

Previous Next

Package: coreutils;

Reported by: Jari Aalto <jari.aalto <at> cante.net>

Date: Sun, 28 Dec 2014 08:34:02 UTC

Severity: wishlist

Tags: wontfix

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Pádraig Brady <P <at> draigBrady.com>
To: Jari Aalto <jari.aalto <at> cante.net>, 19456 <at> debbugs.gnu.org
Subject: bug#19456: GNU coreutils - touch / add -v, --verbose option
Date: Sun, 28 Dec 2014 11:45:00 +0000
On 28/12/14 08:33, Jari Aalto wrote:
> 
> It would be nice to see progress of touched files. Please
> add option[1]:
> 
>   -v, --verbose
> 
> Jari
> 
> [1] Not included in touch(1), GNU coreutils 8.23

Maybe. What's your use case exactly.
In other tools that have --verbose output,
there is the opportunity to distinguish operations,
or identify when possible long running operations are finished.
Neither is the case though for touch.

If you just wanted to see each block of files
that touch is processing, perhaps using tee would suffice like?

  find ... | tee /dev/tty | xargs touch ...

cheers,
Pádraig.





This bug report was last modified 6 years and 269 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.