print tab in awk command output
awk -F ‘:’ ‘{print “user:”$1,“\011\011”,”ID:”$3}’ /etc/passwd
user:root ID:0
user:bin ID:1
user:daemon ID:2
user:adm ID:3
user:lp ID:4
awk -F ‘:’ ‘{print “user:”$1,“\011\011”,”ID:”$3}’ /etc/passwd
user:root ID:0
user:bin ID:1
user:daemon ID:2
user:adm ID:3
user:lp ID:4
Just another WordPress.com site
Learn and share...!!!
Learn and share...!!!
Learn and share...!!!
Learn and share...!!!