Archive for the ‘Linux’ Category

Logos and Mascots of Popular Open Source OSs

Tuesday, November 11th, 2008

 

Searching for Files Using Locate

Saturday, October 18th, 2008

Darwin and all UNIX and Linux variants have a command line tool called locate, that searches the file system for a file or a wildcard pattern. Locate doesn't search the file system directly, instead it searches a database that is rebuilt periodically and contains pathnames of all the files that ...