Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu string variable 
Shell :: brew help 
Shell :: Delete local Nuget repository cache 
Shell :: set gcc path to vscode in ubuntu 
Shell :: git remote add ssh url 
Shell :: linux privilege s 
Shell :: rh-python36 version check command line 
Shell :: elementary os install window cut off 
Shell :: git lg config 
Shell :: full stack roadmap github 
Shell :: how to take a screenshot on ubuntu 
Shell :: Install Avalonia 
Shell :: playit linux install 
Shell :: with great power comes great responsibility ubuntu 
Shell :: https://cloud.google.com/python/docs/reference/cloudscheduler/latest/google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient#google_cloud_scheduler_v1_services_cloud_scheduler_CloudSchedulerClient_delete_job 
Shell :: Set Up Imagick 
Shell :: watchman fatal error: openssl/sha.h: No such file or directory 
Shell :: install sftpclient 
Shell :: apt install mp3 diags 
Shell :: update aur packages archlinux 
Shell :: bash read -r option 
Shell :: where to export wsl AppData 
Shell :: kali linux disable root command 
Shell :: add user to wheel groub 
Shell :: ubuntu delete php session (inodes full 100%) 
Shell :: kill process running on port 80 
Shell :: changed files git 
Shell :: move a file from one directory to another in linux 
Shell :: npm otp-generator 
Shell :: connect project to git repository 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =