Horje
ubuntu cmd file last modified time Code Example
ubuntu cmd file last modified time
% stat -c '%y' foobar.txt
2016-07-26 12:15:16.897284828 +0600

% stat -c '%Y' foobar.txt
1469513716

% stat -c '%y : %n' foobar.txt
2016-07-26 12:15:16.897284828 +0600 : foobar.txt    

% stat -c '%Y : %n' foobar.txt
1469513716 : foobar.txt




Shell

Related
install external windows package Code Example install external windows package Code Example
linux bitcoin app Code Example linux bitcoin app Code Example
how to do a sudo reboot on raspberry pi Code Example how to do a sudo reboot on raspberry pi Code Example
hint: Waiting for your editor to close the file... need to run as root or suid Code Example hint: Waiting for your editor to close the file... need to run as root or suid Code Example
paperless docker install Code Example paperless docker install Code Example

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