Skip to content

Instantly share code, notes, and snippets.

@thekad
Created March 26, 2020 15:59
Show Gist options
  • Save thekad/170a9ae8b8461974dc137ec95baa877a to your computer and use it in GitHub Desktop.
Save thekad/170a9ae8b8461974dc137ec95baa877a to your computer and use it in GitHub Desktop.
[ kad@kenpachi tmp ] ~> touch me
[ kad@kenpachi tmp ] ~> stat --format='AT:%x
> MT:%y
> CT:%z' me
AT:2020-03-26 08:55:42.370841049 -0700
MT:2020-03-26 08:55:42.370841049 -0700
CT:2020-03-26 08:55:42.370841049 -0700
[ kad@kenpachi tmp ] ~> mkdir new
[ kad@kenpachi tmp ] ~> mv me new/
[ kad@kenpachi tmp ] ~> stat --format='AT:%x
MT:%y
CT:%z' new/me
AT:2020-03-26 08:55:42.370841049 -0700
MT:2020-03-26 08:55:42.370841049 -0700
CT:2020-03-26 08:56:30.149136639 -0700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment