Live data from Hacker News

Uncommon Bash Tricks

medium.com

1–4 of 4 posts

Re: Uncommon Bash Tricks

#3

I wrote an article covering three Bash commands that I find very useful - parameter expansion, `$_` and quick substitution. Many of you will already use these - hopefully it is useful to a few of you!

I forgot to put the non-paywall link! It's here - https://medium.com/better-programming/3-uncommon-bash-tricks...

Re: Uncommon Bash Tricks

#4

I wrote an article covering three Bash commands that I find very useful - parameter expansion, `$_` and quick substitution. Many of you will already use these - hopefully it is useful to a few of you!

$! might be even more common -- "last argument to last command".