How do I transfer wget output to a file or DB?
问题 I'm trying to use a small script to download a field from multiple pages. For one thing, I'm only able to get it from one page..., but the real problem I'm having is that I don't know how to hand the output off to a database table? How can I take the output from curl/lynx|grep (which is going to be all the list items) and move it, list item by list item, to a table in my DB or to a CSV where it will be ready for import to the DB? #!/bin/bash lynx --source "http://www.thewebsite.com"|cut -d\"