bluebonnet
Technical User
How would I use the -t utility if am doing
a awk search for a specific word in a unix file?
awk -t: '/butter/ {print $0}'/etc/passwd
Is what I have to start.
a awk search for a specific word in a unix file?
awk -t: '/butter/ {print $0}'/etc/passwd
Is what I have to start.