Search Results

Search: Posts Made By: aigles
3,182
Posted By aigles
if [[ $in_seq_num != "001" && $in_seq_num !=...
if [[ $in_seq_num != "001" && $in_seq_num != "004" && $in_seq_num != "007" ]];
then
notice_val="103"
notice_desc="Seq number not as exptected"
else
notice_val="000"
...
3,182
Posted By aigles
Try to modify your test : if [[ $in_seq_num =...
Try to modify your test :
if [[ $in_seq_num = "001" || $in_seq_num = "004" || $in_seq_num = "007" ]];


Jean-Pierre.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy