mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-29 12:03:36 +03:00
Added removing files recursively reference to find.md page
This commit is contained in:
parent
0cc19eb6be
commit
5dcc3d769b
@ -14,3 +14,7 @@
|
||||
- find files modified since a certain time
|
||||
|
||||
`find {{root_path}} -name {{'*.py'}} -mtime {{-1d}}`
|
||||
|
||||
- remove files recursively
|
||||
|
||||
`find {{root_path}} -name {{'*.py'}} -exec rm {} \;`
|
||||
|
Loading…
Reference in New Issue
Block a user