User Tools

Site Tools


find_command

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
find_command [2015/04/04 20:24] – created luke7858find_command [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 3: Line 3:
 <sxh bash> <sxh bash>
 find / -name filename find / -name filename
 +</sxh>
 +\\
 +\\
 +=== Find recently edited files  ===
 +The following command finds files in a directory edited in the last 2 days
 +<sxh bash>
 +find /var/www/dolphin-admin/web_root -type f -mtime -2 
 </sxh> </sxh>
find_command.1428179094.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki