GET n POST in Linux


I know that all web developer are aware of these two words “GET” and “POST”, but I am not talking about Request method for Web Server, but I am talking about commands in Linux Shell, I recently reading all possible command on Freshly installed CentOS 4.4 where I found these command. They do the same process as you can think of Web Request, and through cURL.

 Just a wrapper kind of thing for them, but handy if you need to make some application (web page parser or data mininig) using these command, without doing Procedeural methods of creating a connection and than grabbing output etc etc…

Hope that help others in their research