Jump to content

Recommended Posts


Posted

Hi,

i personally would use the Cygwin Tools to manipulate Text Files the way you need. Use a Bash Script like this:

cat linkfile.txt | while read line
do
  echo http:\/\/${line} >> newfile.txt
done

(get cygwin at www.cygwin.com)

Egon

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...