Bug in Curl is fixed

Bug in Curl is fixedNo Gravatar
Hot:sun Bug in Curl is fixedsun Bug in Curl is fixedsun Bug in Curl is fixedsun dark Bug in Curl is fixedsun dark Bug in Curl is fixed

I love curl. I use it quite often to perform HTTP HEAD requests:
$ curl -I http://bashcurescancer.com
HTTP/1.1 200 OK
Date: Mon, 14 Apr 2008 03:11:35 GMT
Server: Apache/2.2.6 (Unix)
X-Pingback: http://bashcurescancer.com/wordpress/xmlrpc.php
Last-Modified: Mon, 14 Apr 2008 02:38:11 GMT
Connection: close
Content-Type: text/html; charset=UTF-8
However, I sometimes forget if a HEAD request is -I or -i, as such I …

Originally posted 2009-09-15 21:24:54.

Share This Post Blog Traffic Exchange Related Websites

Display the history and optionally grep

Display the history and optionally grepNo Gravatar
Hot:sun Display the history and optionally grepsun Display the history and optionally grepsun Display the history and optionally grepsun dark Display the history and optionally grepsun dark Display the history and optionally grep

Ever wondered how good it would be to have a command/function that would display the history or display the history with grep.

More >

Originally posted 2009-10-14 20:47:08.

Share This Post

Technorati Tags: bash, function, history

Blog Traffic Exchange Related Websites

Delete Files older than 14 days

Delete Files older than 14 daysNo Gravatar
Hot:sun Delete Files older than 14 dayssun Delete Files older than 14 dayssun dark Delete Files older than 14 dayssun dark Delete Files older than 14 dayssun dark Delete Files older than 14 days

Taken from Dzone.

@echo on

setlocal

set srcDir=.

More >

Share This Post

Technorati Tags: automation, bash, script