Karl Ahlers
My name is Karl Ahlers and I like to blog about technology such as Linux, Windows, and Cisco
Facebook Twitter RSS
  Menu
Skip to content
  • Home
  • About Me
Facebook Twitter RSS

Tag Archives: command line

Find files on Linux with find

By Karl | December 10, 2011 - 12:46 am |January 9, 2012 Linux
Leave a comment

Finding files on Linux is pretty simple, I was in the middle of creating a bash script when I was in need to find files inside a certain folder that was older than X amount of days. Syntax: find $PWD -type f -mtime +10 This tells find to search the… Continue reading →

Tagged bash, cli, command line, find, gnu find
Karl Ahlers | Powered by Mantra & WordPress.
Facebook Twitter RSS