/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

mywiki.wooledge.org
| | ss64.com
5.4 parsecs away

Travel
| | [AI summary] A technical guide detailing how shell expansion works in Linux, covering sequential processing of braces, tildes, variables, command substitution, and filename patterns.
| | btorpey.github.io
8.0 parsecs away

Travel
| | How to capture command parameters with command output
| | aroberge.blogspot.com
11.1 parsecs away

Travel
| | tl;dr: the proposed type hinting for Python is done to help tools analyze code better (which can be very useful for programmers) but at the...
| | brianreiter.org
44.0 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...