Shell scripts and one liners
Saturday, September 13, 2014
Pass variables by reference in Bash
function dref() { echo $(eval expr \"\$$1\"); };
$
dref PATH
/usr/local/bin:/usr/bin:...
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment