Horje
how to change date of file in linux Code Example
how to change date of file in linux
/*how to change date of file in linux*/
touch -a -m -t 201512180130.09 fileName.ext

-a = accessed
-m = modified
-t = timestamp - use [[CC]YY]MMDDhhmm[.ss] time format
linux change date and then change files ctime
$ NOW=$(date) && date -s "2030-08-15 21:30:11" && touch file.txt && date -s "$NOW"




Shell

Related
how to install gnome user theme extension Code Example how to install gnome user theme extension Code Example
sudo amazon-linux-extras install Code Example sudo amazon-linux-extras install Code Example
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) Code Example E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) Code Example
files changed in a commit Code Example files changed in a commit Code Example
acce;lerate ubuntu Code Example acce;lerate ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10