|
|
|
|
|
by Walf
79 days ago
|
|
The utility of $_ is often voided by tab-completion in the subsequent command, at least in bash. You won't know what it contains, which makes it dangerous, unless you first check it in a way that also carries it forwards: printf %s\\n "$_" |
|
Relying on it even in limited scenarios can train an invisible habit that would backfire at the least expected moment.
Any assistance intended for immediate action should itself be immediate, not indirect.