The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-29-2008
danmero danmero is offline
 

Join Date: Nov 2007
Location: 45.48-73.63
Posts: 415
gnom: Useless Use of cat and grep
Code:
awk -F: -v id="$login_id" '$1==id {print $5,$6}' /etc/passwd
Reply With Quote