cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 2 months agoWhat's a handy terminal command you use often?message-squaremessage-square61 fedilinkarrow-up1100
arrow-up1100message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 2 months agomessage-square61 Commentsfedilink
minus-squaresquid_slime@lemm.eehexbear6·2 months agodu -sh /too/bar to get size of files/folders. sudo !! inserts sudo into previous command when forgotten. yay for full system update if yay is installed. cat reads files. linkfedilink
du -sh /too/bar
to get size of files/folders.sudo !!
inserts sudo into previous command when forgotten.yay
for full system update if yay is installed.cat
reads files.