/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

kaveh.page
| | willhaley.com
6.8 parsecs away

Travel
| | This is a trivial example, but is meant to demonstrate how you can pipe arguments to a bash function. #!/usr/bin/env bash lowercase() { # Grab input. declare input=${1:-$(</dev/stdin)}; # Use that input to do anything. echo "$input" | tr '[:upper:]' '[:lower:]' } echo "HELLO there, FRIEND!" | lowercase Which outputs the following. hello there, friend!
| | stevelosh.com
7.1 parsecs away

Travel
| | [AI summary] The author shares custom Bash script enhancements for the Mercurial version control command-line prompt, including indicators for the current branch and repository status.
| | dystroy.org
6.3 parsecs away

Travel
| |
| | orkohunter.net
22.2 parsecs away

Travel
| Personal website and blog of Himanshu Mishra (@OrkoHunter)