#bash
Read more stories on Hashnode
Articles with this tag
Sometimes when you run a bash/shell command and you get errors, it might be that your shell is using dash. We have a script to check and install npm...
Sometimes we would like to dump all the MySQL databases. MySQL provides an easy solution to this problem: mysqldump -u root -p --all-databases >...