find_command
This is an old revision of the document!
Using the find command:
1 |
find / -name filename |
Find recently edited files
The following command finds files in a directory edited in the last 2 days
1 |
find /var/www/dolphin-admin/web_root - type f -mtime -2 |
find_command.1494842330.txt.gz · Last modified: 2024/05/23 07:26 (external edit)