I'm trying to invoke curl -d `cat data_file.txt` http://somehost/someurl
data_file.txt contains something like
'data={lots of json here}'
The problem is that cat is adding line wraps to a very large bit of text that's
on a single line in the data_file.txt.
Any idea on solving my problem?
Alain_______________________________________________ mlug mailing list [email protected] https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca
