Search Results

Search: Posts Made By: rak007
6,036
Posted By rak007
^^ But my requirement is to merge the PDF using...
^^ But my requirement is to merge the PDF using Unix only :S
6,036
Posted By rak007
Error in using GS (ghostscript) command in Unix
We are sometimes facing issues while using the gs command in Unix.
PFB the explanation of the issue

1.Assume we are using the following command to merge few .out files to make a single...
1,633
Posted By rak007
^ Thanks a million Buddy...its working Just...
^ Thanks a million Buddy...its working

Just one more question, if i repace the original IF condition with this revised one then still the meaning of the whole thing remains same right ?
...
1,633
Posted By rak007
^^ This is what i did year='2009' echo...
^^
This is what i did

year='2009'
echo year is $year
if [[ ! -z `echo $year | tr -d '[0-9]'` ]]
then
echo 'year in error'
fi
echo end of program


But i got this error


t1.sh: [[:...
1,633
Posted By rak007
To verify whether the year has all the digits
I have a code unit based on which i have this code snippet


year='2009'
echo year is $year
if [[ $year != @([0-9])@([0-9])@([0-9])@([0-9]) ]]
then
echo 'year in error'
fi
echo end of...
19,543
Posted By rak007
How to verify email address using mailx command ?
Is there any way i can verify the email address (before sending the mail) using the mailx command ?
I know that


sendmail -bv email@address.com
can do it but there is a compatibility issues...
Showing results 1 to 6 of 6

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