http://www.tecmint.com/8-pratical-examples-of-linux-touch-command/
If you would like to create a file with specified time other than the current time, then the format should be.
# touch -t YYMMDDHHMM.SS tecmint
# touch -t 201212101830.55 tecmint
How to Create Multiple Files
# touch sheena meena leena
If you would like to create a file with specified time other than the current time, then the format should be.
# touch -t YYMMDDHHMM.SS tecmint
# touch -t 201212101830.55 tecmint
How to Create Multiple Files
# touch sheena meena leena
Comments
Post a Comment