Quote:
Originally Posted by V_RocKs
Code:
cat bookmarks_5_20_11.html |grep 'DT><A' | sed 's/\s*//'|sed 's/<DT>//' | sed 's/\s*ADD_DATE="[^"]*"//'| sed 's/\s*ICON="[^"]*"//'
|
thanks, nice one liner ;)
anyway to trim the space at the end of the " >
so its just <a href="link">test</a> instead of <a href="link" >test</a>
