| 7.1 Linux Advanced Text Processing Tools | ||
| Learn advanced Linux commands | ||
|
touch filename Change the date/time stamp of the file filename to the current time. Create an empty file if the file does not exist. You can change the stamp to any date using touch -t 200201311759.30 (year 2002 January day 31 time 17:59:30). There are three date/time values associated with every file on an ext2 filesystem: Next > Back to "Learn Linux Commands"
|
||

