Webdevelopment
Drupal
Betriebssysteme
Design
Sonstige
Mi., 06/11/2013 - 01:00
Body
http://www.davidcraddock.net/2011/02/16/finding-files-in-linux-modified-between-two-dates/
http://unix.stackexchange.com/questions/6773/how-to-find-files-not-of-a-certain-type
Find Files only that are not jpg
find -type f -not -iname "*.jpg"
Add new comment