@[email protected] to [email protected] • 1 year agoWhat's a handy terminal command you use often?message-square265fedilinkarrow-up1227arrow-down18
arrow-up1219arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 1 year agomessage-square265fedilink
minus-square@[email protected]linkfedilink1•edit-21 year agoOh god I also do this… See the comment below, I ran history|cut -d " " -f 5|sort|uniq -c|sort -nr|less on my personal laptop, my third most commonly used command (behind ls and cd) is just typing in nothing…
<enter> * 20
Oh god I also do this… See the comment below, I ran
history|cut -d " " -f 5|sort|uniq -c|sort -nr|lesson my personal laptop, my third most commonly used command (behindlsandcd) is just typing in nothing…