October 25, 2022 at 12:33 PM
HI folks. I am interested in one question. Can Bash completely replace Python? I am good at Bash and have no desire to learn the huge Python library. Requests? No thnx, I have curl. Work with bytes? Sure, use echo -e. I have all the Linux tools at my disposal. But at the same time, I feel inferior not being able to write a Python script.
I don't want to python3 -c "import requests;resp = requests.get("ololo", lalala); print(resp.text)" or smthn like that I don't know that syntax. I want curl ololo and done :)
Have any of you completely replace Python with Bash and not worried about it?
I don't want to python3 -c "import requests;resp = requests.get("ololo", lalala); print(resp.text)" or smthn like that I don't know that syntax. I want curl ololo and done :)
Have any of you completely replace Python with Bash and not worried about it?
