Intelligence = Applied Curiosity with a coefficient of how fast that curiosity is applied and satisfied.
Monday, June 27, 2016
Parameter Expansion in Bash
It has been so long since I have scripted (back then I used Korn shell), that when I started looking at some advanced Bash, and started seeing some very weird syntax, I had to go research it.
It turns out that these "weird things", are a feature in Bash called Parameter Expansion.
http://wiki.bash-hackers.org/syntax/pe
Bash is "Borne Again Shell".
The Borne shell was the original shell, and then Korn shell became the shell of choice, replacing Borne in many cases, in the 90s.
Now, Bash has apparently re-taken Korn shell with these kinds of funky features.
They don't make Unix any easier to look at when you see this stuff. Although, power and flexibility is the tradeoff. Apparently. More power, less keystrokes.
Subscribe to:
Post Comments (Atom)
Zabbix to BigPanda Webhook Integration
Background BigPanda has made its way into the organization. I wasn't sure at first why, given that there's no shortage of Network Mo...
-
After finishing up my last project, I was asked to reverse engineer a bunch of work a departing developer had done on Kubernetes. Immediat...
-
Initially, I started to follow some instructions on installing Kubernetes that someone sent to me in an email. I had trouble with those, s...
-
On this post, I wanted to remark about a package called etcd. In most installation documents for Kubernetes, these documents tend to abstr...
No comments:
Post a Comment