The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-05-2007
matrixmadhan matrixmadhan is offline
Technorati Master
 

Join Date: Mar 2005
Location: k-tier distributed caching
Posts: 2,736
Quote:
seq_no.ksh[56]: test: 0403-004 Specify a parameter with this command
Code:
if [ $tempa -lt $p_no_barcode ]; then
		d_seqno="${d_seqno}${p_seqno}",""

Does the variable p_no_barcode has a value or is it null ?
Reply With Quote