Add find
This commit is contained in:
8
docs/progs/find.md
Normal file
8
docs/progs/find.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
# find
|
||||||
|
|
||||||
|
## Exapmle
|
||||||
|
```bash
|
||||||
|
# Follow symlink and print path with modifity date-time
|
||||||
|
find -L . -type f -printf '%TY-%Tm-%Td %TH:%TM:%TS %Tz %p\n'
|
||||||
|
```
|
Reference in New Issue
Block a user