Monthly Archives: September 2011

Find Files in Linux by Name

To find files in Linux with a certain name portion or pattern we can issue a locate command. If locate is unable to find a matching file, then you might need to update your file index database. 12# locate journal-2011-07 … Continue reading

Posted in Linux | Leave a comment