Ask Your Question
0

In a bash script, what is the method to save the curl response?

asked 2023-05-11 02:12:57 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-11 02:28:02 +0000

lalupa gravatar image

To save the curl response in a bash script, you can use redirection to write the output to a file. For example:

curl https://example.com/api/foo -o response.json

This will save the response of the curl request to a file named 'response.json'. You can specify any file name or path to save the response to a specific location.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-11 02:12:57 +0000

Seen: 9 times

Last updated: May 11 '23