#bash
Read more stories on Hashnode
Articles with this tag
curl -Lso "hidden_4.pyc" "https://github.com/holbertonschool/0x02.py/raw/master/hidden_4.pyc" The command above is a curl command used to download a...
cat main.pyc | zgrep -c "Best School" here I want to emphasize more on this command alx used to check whether a specific string is present in the...
for the second task in 0x00-python-hello_world, I wasn't able to get the script right till I added the -c option in the script so here is what the -c...