awk / sed can do the job, but are they the best choice? awk -F ':' '15 == NR {print $4}' /etc/passwd Only a sysadmin could love that...
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
awk / sed can do the job, but are they the best choice? awk -F ':' '15 == NR {print $4}' /etc/passwd Only a sysadmin could love that...