Sponsored Content
Full Discussion: Strange Logic
Top Forums Shell Programming and Scripting Strange Logic Post 302111255 by ganesh123 on Tuesday 20th of March 2007 11:17:18 AM
Old 03-20-2007
Code:
awk -F "|" {if ($1 != "" && $2 != "") {print $0} else {next} };
END

Plz help if its wrong... Thanks

Last edited by ganesh123; 03-20-2007 at 12:37 PM..
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

Help with logic

I am on solaris and i have this piece of code. echo "SQLPLUS CONNECTION" sqlplus -s $ARBOR_USR/$ARBOR_DB_PASSWD@$ORACLE_SID<<EOF>$CUR_DIR/sql_output.txt set feedback off set heading off select distinct account_no from adj WHERE ADJ_TRANS_CODE=-2401 and request_status=1 and bill_ref_no=0... (1 Reply)
Discussion started by: rafa_fed2
1 Replies
All times are GMT -4. The time now is 03:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy