[ prog / sol / mona ]

prog


Small programming projects ideas

21 2020-06-01 12:25 *

>>20

curl -s https://www.reuters.com/assets/jsonWireNews | awk '/url|headline/' | cut -d'"' -f4 | awk '/^\// { print "https://www.reuters.com" $0; next} {print $0}' | head -n 8
163


VIP:

do not edit these