Search Results

Search: Posts Made By: panchalh
2,902
Posted By panchalh
ohh gr8 :) .... abc@abc$ ksh demo.ksh 2 6...
ohh gr8 :) ....


abc@abc$ ksh demo.ksh 2 6 7 8 11 12 18 25 26 27
$nextval=3
$nextval=7
$nextval=8
$nextval=9
$nextval=12
$nextval=13
$nextval=19
$nextval=26
$nextval=27...
2,902
Posted By panchalh
abc@abc$ sh -x demo.ksh 2 6 7 8 11 12 18 25 26 27...
abc@abc$ sh -x demo.ksh 2 6 7 8 11 12 18 25 26 27
prevval=2
+ shift
seqflag=N
+ expr 2 + 1
nextval=3
+ echo $nextval=3
$nextval=3
+ [ 6 -eq 3 ]
+ [ N = N ]
output=,2
prevval=6
+ expr 6 +...
2,902
Posted By panchalh
hi while executing i have to get following...
hi

while executing i have to get following error,

abc@abc$ sh -x demo.ksh 2 6 7 8 11 12 18 25 26 27
prevval=2
+ shift
seqflag=N
nextval=2+1
+ [ 6 -eq ]
demo.ksh: test: argument expected
2,902
Posted By panchalh
actually we have process to extract data from...
actually we have process to extract data from data base after extracting we have to identify which data are missing so for that we have to write shell script or as you suggested AWK can be used but i...
2,902
Posted By panchalh
Sequence number merged with hypen, shell script
Hello Folks,
i have to write shell scripting for given expected output manner.
in given input we have to write shell script in such a way that sequence no can b merged/link between start and end...
Showing results 1 to 5 of 5

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