Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 15 days agosiempre lo hagoeviltoast.orgimagemessage-square196linkfedilinkarrow-up11.57Karrow-down118
arrow-up11.55Karrow-down1imagesiempre lo hagoeviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 15 days agomessage-square196linkfedilink
minus-squareEmerald@lemmy.worldlinkfedilinkarrow-up5·edit-215 days agoi was doing cat ~/.bash_history | grep thing which is stupid so i started doing grep "thing" ~/.bash_history now you’re telling me i should do history | grep thing i can’t win
i was doing
cat ~/.bash_history | grep thing
which is stupid so i started doinggrep "thing" ~/.bash_history
now you’re telling me i should do
history | grep thing
i can’t win