Changes

Jump to navigation Jump to search
149 bytes added ,  03:24, 27 March 2015
Created page with "== find files == <nowiki>find <path> -name <filename></nowiki> == find files modified in the last 24h == <nowiki>find <path> -mtime -1 -ls</nowiki>"
== find files ==
<nowiki>find <path> -name <filename></nowiki>
== find files modified in the last 24h ==
<nowiki>find <path> -mtime -1 -ls</nowiki>

Navigation menu