The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
syntex error script any suggestions
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
syntex error script any suggestions
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
04-29-2008
danmero
丹
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
danmero
View Public Profile
Find all posts by danmero