touch()
Update the access and modification times of each FILE to the current time.
ruby -run -e touch -- [OPTION] FILE -v verbose
# File lib/un.rb, line 233 def touch setup do |argv, options| FileUtils.touch argv, options end end