Search Results

Search: Posts Made By: Amit786
1,260
Posted By prvnrk
By default, there is no zip on HP-UX. Use...
By default, there is no zip on HP-UX.

Use gzip instead.
1,294
Posted By SriniShoo
If you could provide the entire scirpt, we can...
If you could provide the entire scirpt, we can check for error...the above line looks file to me. You can also do that same thing with the below code
Chk_Etl_Status=$(awk '{print $1}' FS=','...
1,294
Posted By temp_user
I tried ur command with slight modification: ...
I tried ur command with slight modification:

Chk_Etl_Status=`cat /dstage/questnet/qnetdv/input/Etl_Status.dat | cut -d"," -f1`
echo Chk_Etl_Status=$Chk_Etl_Status

Just added space after file...
2,144
Posted By Yoda
Try using -m option to avoid adding MIME header...
Try using -m option to avoid adding MIME header lines:
mailx -m -s ""Acknowledgment file- $subject" $email_id
8,963
Posted By ctsgnb
A short example is often better than a long story...
A short example is often better than a long story :

$ cat myenv
myvar=tst
anyvar=anyvalue
however=whatever
$ echo :$myvar:$anyvar:$however:
::::
$ . ./myenv
$ echo :$myvar:$anyvar:$however:...
Showing results 1 to 5 of 5

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