Files
cmp-docs/docs/progs/find.md
Super User 0057397e6a Add find
2024-06-19 19:09:34 +03:00

149 B

find

Exapmle

# Follow symlink and print path with modifity date-time
find -L . -type f -printf '%TY-%Tm-%Td %TH:%TM:%TS %Tz %p\n'