User Tools

Site Tools


find_command

Using the find command:

find / -name filename


Find recently edited files

The following command finds files in a directory edited in the last 2 days

find /var/www/dolphin-admin/web_root -type f -mtime -2 

find_command.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1