Quantcast
Channel: What does @ mean? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Richard for What does @ mean?

It is a curl-specific symbol. man curl shows you:-d, --data <data>(HTTP) Sends the specified data in a POST request to the HTTP server, in the(same way that a browser does when a user has filled...

View Article



What does @ mean?

Here's the code I'm looking at:#!/bin/bashnc -l 8080 &curl "http://localhost:8080" \-H "Accept: application/json" \-H "Content-Type: application/json" \--data @<(cat <<EOF{"me":...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images