Tag: link
Regular Expression Twitter Linker
June 16, 2009
Regular expression to link twitter users… Replace this ‘@(\w+)’ With this ‘<a href=”http://twitter.com/\1″>@\1</a>’
Find Link Files
May 18, 2009
Use this command to find all the links in the current directory… find . -lname “*”
Shortcuts – Hard and Soft Links in Linux
September 28, 2007
This is how to create hard and soft links in Linux. Remember, a directory cannot be hard linked. #Hard link…
Get URL Headers using CURL
September 28, 2007
Show the headers of an URL using Curl curl http://example.com -I
Recent Comments