minus-squareakdas@lemmy.worldtoProgrammer Humor@programming.dev•WDYM your terminal isn't a test suite?linkfedilinkarrow-up6·edit-210 months agoIt lets you clear the bash command history, either completely or selectively. Here’s the GNU docs for the history builtin: https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html#index-history (I’m not too familiar, someone else can clarify: is this available outside bash?) What’s interesting to me is the -a option, which lets you “flush” the history for the current session without ending the session. I can see that being useful! linkfedilink
akdas@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agoMy notes on running containerized web services on a home serverplus-squareavikdas.comexternal-linkmessage-square2fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1external-linkMy notes on running containerized web services on a home serverplus-squareavikdas.comakdas@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square2fedilink
It lets you clear the bash command history, either completely or selectively. Here’s the GNU docs for the history builtin: https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html#index-history
(I’m not too familiar, someone else can clarify: is this available outside bash?)
What’s interesting to me is the
-a
option, which lets you “flush” the history for the current session without ending the session. I can see that being useful!