The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Stripped argument
.
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
:
Stripped argument
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
09-28-2006
systemsb
Registered User
Join Date: Jan 2006
Posts: 23
mikie
I think its trying to expand the variable and since that variable is not intialized it is
replacing it with a BLANK.
see below
dam@athena:~$ echo '{ print $6 }'
{ print $6 }
dam@athena:~$ echo "'{ print $6 }'"
'{ print }'
not sure what the workaround is.
systemsb
View Public Profile
Find all posts by systemsb
Find systemsb's past nominations received
Find systemsb's present nominations given