/ Published in: Bash
Print all files with mtime, size, path
Expand |
Embed | Plain Text
find . -type f -printf "%AY-%AM-%dT%AH:%AM>>%b>>%p\n" #datetime>>size>>filepath
You need to login to post a comment.
Print all files with mtime, size, path
find . -type f -printf "%AY-%AM-%dT%AH:%AM>>%b>>%p\n" #datetime>>size>>filepath
You need to login to post a comment.