Sabitlenmiş Tweet

#IfYouDidntKnow
Running "cat /etc/passwd" gives an output that is a bit hard to read. Thanks to the column command, we can make it easier on the eyes.
cat /etc/passwd | column -t -s :
-t is used for creating a table
-s defines the column delimiter, in this case ":"
#ShellTips

English

























