LoginSignup
1
1

More than 5 years have passed since last update.

ファイルの変更時刻を表示

Last updated at Posted at 2014-03-03
mac
$ ls -lc ファイル名 #Modify
$ ls -lu ファイル名 #Access
$ ls -lU ファイル名 #Create
$ stat -x ファイル名 #Access,Modify,Changeを表示
linux
$ ls --full-time ファイル名
$ stat ファイル名
1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1