I have a large file that I am downloading using curl:
curl -s https://raw.github.... | bash
If I suspend this job with ctrl+z, and then resume it again with say fg %1 will that file still download correctly?
Thanks,
Ben
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It will, as long as the socket hasn’t timed out!