Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 2 months agoReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comexternal-linkmessage-square30linkfedilinkarrow-up124arrow-down11
arrow-up123arrow-down1external-linkReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 2 months agomessage-square30linkfedilink
minus-squareemzili@programming.devlinkfedilinkEnglisharrow-up2·2 months agoThe default output of ls is uncolored, but some distros include an alias in your .bashrc for ‘ls’ to ‘ls --color=auto’, so you definitely don’t need a whole other utility just for colored output
The default output of ls is uncolored, but some distros include an alias in your .bashrc for ‘ls’ to ‘ls --color=auto’, so you definitely don’t need a whole other utility just for colored output