// SEARCH
// SRCNIX ON TWITTER
-
// RECENT POSTS
// RECENT COMMENTS
// ARCHIVES
Blogroll
Files on Linux can be found in quite a few different ways, two of the more common commands are find and locate. Personally I tend to use find more so over locate due to the higher search-ability and actions available …
Listing of files is a common procedure day in day out when on the command line and more often than not you will want to list the last X amount of files. Doing so is pretty simple: ls -ltr | …