Explore >> Select a destination


You are here

purefun.dev
| | gist.github.com
5.5 parsecs away

Travel
| | Minimal safe Bash script template - see the article with full description: https://betterdev.blog/minimal-safe-bash-script-template/ - script-template.sh
| | bosker.wordpress.com
3.9 parsecs away

Travel
| | Calling all bash users. This is a public service announcement. Heres something you need to know if you want to write bash scripts that work reliably, but you probably dont. Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may
| | lanziani.com
2.5 parsecs away

Travel
| | I do a big use of shell scripts, and many of them contain a for loop, do you know what normally happen when you press CTRL^C and the script is executing an action inside the loop?
| | expressjs.com
38.2 parsecs away

Travel
| Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm.