5 ms·
Is there a shortcut to reuse the result of the last command? “which java => ll $(!!)”, but the “!!” reexecutes the last command, I’d like something which doesn’
by laurent92 4y ago
Is there a shortcut to reuse the result of the last command? “which java => ll $(!!)”, but the “!!” reexecutes the last command, I’d like something which doesn’t.
- yjftsjthsd-h 4y agoI'm not personally aware of a way to do that. When I need to do that I do indeed just run $(!!)