webdev
10-21-2009, 11:02 PM
I just joined and I am new to scripting. Please can some one help me to put links to a file that has been already sorted. code below. grep -i $1 *html */*html | sed -e 's||.|g' | sort | uniq -u >>output_file I need to put links to the results so that when clicked the out put will...