cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agoWhat's a handy terminal command you use often?message-squaremessage-square277fedilinkarrow-up1229arrow-down16
arrow-up1223arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agomessage-square277fedilink
minus-squareRagingRobot@lemmy.worldlinkfedilinkarrow-up16·1 month agoCTR + u will delete the whole command. I use that a lot so I don’t have to backspace. It’s saved me a ton of time
minus-squarecall_me_xale@lemmy.ziplinkfedilinkarrow-up17·1 month agoRelated: Alt + ., to cycle through arguments used in previous commands
minus-squarepotentiallynotfelix@lemmy.fishlinkfedilinkEnglisharrow-up5·1 month agoI just use control C, is there a difference other than whether the line shows up or not?
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up4·1 month agoHow about ctrl+c to cancel and clear the command you are typing? It’s much easier because you only need 1 hand, and does not impact your shell’s history.
minus-squareemergencybird@lemmy.worldlinkfedilinkarrow-up2·1 month agoThis is great for when you type in your root password incorrectly!
minus-squareAnIndefiniteArticle@sh.itjust.workslinkfedilinkarrow-up2·1 month agoAnd then ctrl+y to paste it back and recover that text.
CTR + u will delete the whole command. I use that a lot so I don’t have to backspace. It’s saved me a ton of time
Related: Alt +
.
, to cycle through arguments used in previous commandsI just use control C, is there a difference other than whether the line shows up or not?
How about ctrl+c to cancel and clear the command you are typing? It’s much easier because you only need 1 hand, and does not impact your shell’s history.
This is great for when you type in your root password incorrectly!
And then ctrl+y to paste it back and recover that text.