/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.aloni.org
| | seb.jambor.dev
12.0 parsecs away

Travel
| | Taking a closer look at shell builtins and environment variables.
| | btorpey.github.io
9.7 parsecs away

Travel
| | How to get script directory using bash
| | bosker.wordpress.com
12.1 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
| | iosoft.blog
44.4 parsecs away

Travel
| So far I have used a large number of custom functions to configure and control the WiFi networking, but before adding yet more functionality, I need to offer a simpler (and more standard) way of doing all this programming. When it comes to network programming on Linux or Windows systems, there is only one widely-used...