Notes from a Sysadmin

Main menu

Skip to primary content
Skip to secondary content

Tag Archives: find

find on that day

Posted on January 9, 2014 by Paede

To find all files accessed on the 29th of september, 2008:

$ find . -type f -newerat 2008-09-29 ! -newerat 2008-09-30

Posted in Uncategorized.

find and delete

Posted on March 15, 2012 by Paede

find ./ -name srsouthp04-2012-02-2\*[0-8] | xargs rm -r

Posted in Uncategorized.

search the big files

Posted on October 19, 2011 by Paede

srsouthp02:/# ls -lahS $(find / -type f -size +10000k)

besser

Folders:

du -a /var | sort -n -r | head -n 10

files:

find . -printf ‘%s %p\n’|sort -nr|head

 

Posted in Uncategorized.

Tags

apache autocomplete Backup Bash Bind cisco cmd cron DNS DVD Energie find forward Google grub ip iso linux logs mac Mailing minicom mobile mount mysql network orange outlook php printer raid rsnyc rsync samba Serial sort ssh SugarCRM switch synology vbox webdav Webtools windows windows cmd

Blogroll

  • Cheat Sheets – overapi.com
  • http://network-it.ch
  • https://bettercrypto.org/
  • less Howto
  • Linux Openbook
  • List of device bit rates
  • UNIX Toolbox
  • Wärmepumen Kalkulator
  • www.osalt.com Opensource Alternativen

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2023 Notes from a Sysadmin, all rights reserved.
Proudly powered by WordPress