GNU bug report logs -
#19456
touch: add -v, --verbose option
Previous Next
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
On 2014-12-28 11:45, Pádraig Brady wrote:
| 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.
To see progress of touched files. With wild cards, it's usually
not obvious what files were affected.
| 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 ...
This isn't really user friendly to use.
The --verbose option would be perfect.
Jari
This bug report was last modified 6 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.