bug#11183: [coreutils 8.13] touch: add options -v, --verbose (original) (raw)

[Top][All Lists]


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


From: Jari Aalto
Subject: bug#11183: [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