Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. leopardysnow

    using curl with awk in command line/shell script

    I have a text file url.txt with urls one per line. Something like: http://www.something.com/image1.jpg http://www.something.com/image2.jpg ... If I put the following command in command line or in a shell script it works fine: cat urls.txt | awk '{ print $0}' This simply prints out the content...

Part and Inventory Search

Back
Top