@[email protected] to [email protected] • 2 years agoLinux terminal users be likesh.itjust.worksimagemessage-square103fedilinkarrow-up1685
arrow-up1667imageLinux terminal users be likesh.itjust.works@[email protected] to [email protected] • 2 years agomessage-square103fedilink
minus-square@[email protected]linkfedilink4•2 years agocat .bash_history | grep keyword But yeah pretty much.
minus-square@[email protected]OPlinkfedilink2•2 years agoYou know you don’t actually have to do cat 😂. But yeah, I know, I do it as well 🤣.
minus-square@[email protected]linkfedilink1•2 years agoYeah, I grep on history and then !<number> to execute the line I want
cat .bash_history | grep keyword
But yeah pretty much.
deleted by creator
You know you don’t actually have to do cat 😂. But yeah, I know, I do it as well 🤣.
Yeah, I grep on history and then !<number> to execute the line I want