Skip to content

Instantly share code, notes, and snippets.

@ezaurum
Created February 3, 2022 16:42
Show Gist options
  • Save ezaurum/b74e8f9fe07c124c19e32080477599e5 to your computer and use it in GitHub Desktop.
Save ezaurum/b74e8f9fe07c124c19e32080477599e5 to your computer and use it in GitHub Desktop.
파일을 수정 시각순으로 정렬
find . -type f -printf "%T@ %f\n" | sort -n > out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment