8th August 2009
in
Uncategorized, cli
You can search Google.com from the Linux command line without using a CLI web browser like lynx or Elinks. All you need is the curl and html2text packages installed. Then you issue the following command:
curl -A Mozilla [...]
Tags: browser, curl, Google, search
8 Comments
11th July 2009
in
System, cli
If you want to find out what files are older than - let’s say - ten years and still residing on your hard drive, do a
cd /find . -mtime +3650
This will search for such files on all your Linux partition and display[...]
Tags: age, files, search
2 Comments