ngn-k-tutorial
ngn-k-tutorial copied to clipboard
Dealig with data from the internet - example
Hi,
It would be great If you could add to the IO section an example about the use of data from the internet. I found that it supports the form host:protocol but cant find it working for URL adresses. I found that I can use my shell commans like: \curl https://example.com but can't find a way to make K deal with the data (I'm to newbie in K) #\curl https://example.com doesn't count the length of the data...
Thank you,
the way to get data from \ commands is a bit obtuse:
."\\curl https://example.com"
I will add this to the tutorial. Thanks for asking.
Regarding the host:protocol format, I will add to this thread once i have some correct info on that.