The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-08-2009
Indalecio Indalecio is offline
Registered User
  
 

Join Date: Sep 2006
Location: Sweden
Posts: 59
Question awk dodginess

Hello,

Code:
HP Alpha Tru64

cscyabl@comet:(tstbass)> echo "00000" | awk '{if ($0 == "") {print "lol"}}'
cscyabl@comet:(tstbass)>
Code:
Sun Solaris

-bash-3.00$ echo "00000" | awk '{if ($0 == "") {print "lol"}}'
lol
-bash-3.00$
Any idea how I can get around this issue? Itīs really weird.
I have re-aliased awk on Solaris to use the xpg4 build.

Thanks
  #2 (permalink)  
Old 05-08-2009
vgersh99's Avatar
vgersh99 vgersh99 is offline Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,128
Code:
bash-2.05$ echo "0000" | /usr/xpg4/bin/awk '!NF {print "lol"}'
bash-2.05$ echo "0000" | /usr/xpg4/bin/awk '{if (!length($0)) {print "lol"}}'
  #3 (permalink)  
Old 05-08-2009
Indalecio Indalecio is offline
Registered User
  
 

Join Date: Sep 2006
Location: Sweden
Posts: 59
Cheers for the reply

As we are moving all our scripts to the Solaris platform we are mostly looking for a way of setting up the environment in a way the original scripts (like the command I wrote above) work the same.

I appreciate the alternatives you proposed though, but it would be even better to make the syntax work if it is possible...
  #4 (permalink)  
Old 05-08-2009
vgersh99's Avatar
vgersh99 vgersh99 is offline Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,128
Code:
bash-2.05$ echo '0000' | /usr/bin/nawk '{if ($0 == "") {print "lol"}}'
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 04:24 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0