The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
problem while suppressing "$"
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
problem while suppressing "$"
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
03-18-2008
era
Guest
Posts: n/a
Bits:
0
[
Banking
]
And of course, *bling*, this:
Code:
grep someproduct| awk '{print \$$1}'
... gets you the prestigious "useless use of grep | awk" award.
Code:
awk '/someproduct/ { print \$$1}'
era
Find 's past nominations received
Find 's present nominations given