On 2007-06-28, L.V.Gandhi <[EMAIL PROTECTED]> wrote:
> the same lines if I run in command line, works without problem as desired.
> Any suggestions why lines in script is not working?
>
First, determine what shell you are running:
echo $SHELL
Then, make sure that program gets put into the first
* L.V.Gandhi (2007-06-28):
> I have a csv file with 50 lines.
> [EMAIL PROTECTED]:~/stock/today$ tail -n 5 highs.csv
> BANKRAJAS,14
> GARWALLROP,14
> KERNEX,14
> ZENITHINFO,14
> ORBITCORP,14
> I have a script which has lines
> ===
> cd /home/lvgandhi/.qtstalker/data1/gro
I have a csv file with 50 lines.
[EMAIL PROTECTED]:~/stock/today$ tail -n 5 highs.csv
BANKRAJAS,14
GARWALLROP,14
KERNEX,14
ZENITHINFO,14
ORBITCORP,14
I have a script which has lines
===
cd /home/lvgandhi/.qtstalker/data1/group/Highs
rm -f *
for stock in $(cat /home/lvga
3 matches
Mail list logo