- Linux Shell Scripting Cookbook(Third Edition)
- Clif Flynt Sarath Lakshman Shantanu Tushar
- 30字
- 2021-07-09 19:46:15
Performing actions on files with find
The find command can perform actions on the files it identifies. You can delete files, or execute an arbitrary Linux command on the files.