In the early days of Linux, searching for files was a command line affair using either locate or find. Although the tools were suitable for the job, they would sometimes fail to find what I was looking for or would require complicated regular expressions to function properly. New users to Linux should avoid using regular expressions. This is especially true now, with the many great GUI applications available for Linux. After all, why would you bother with the command line when you can point and...