Search Results

Search: Posts Made By: mKarri
8,383
Posted By mKarri
I was able to validate like this #Validate...
I was able to validate like this
#Validate login credentials
if [ $? -ne 0 ]; then
echo""
echo "Please enter valid username/password"
exit 0
fi


Please use code tags...
8,383
Posted By mKarri
Connect status of db2 in Unix shell script
Hi

I am trying to connect to db2 database from Unix shell script (k shell)

I need to catch the status of connect whether it is succesful or not.
...
Forum: AIX 12-08-2010
8,497
Posted By mKarri
Convert clear text into binary
Hi

I need to display the binary text of an clearn text which is sent as input to the shell script (c shell);

ex: I will pass "HELLO" as input, and i should get the binary format of the text...
Forum: AIX 11-23-2010
8,316
Posted By mKarri
convert 32 bit shared library to 64bit
Hi

I have .so & .o files which got compiled in 32bit environment;

Is there any way to translate the above files to 64bit ;

We are using AIX version 6

Thanks
Showing results 1 to 4 of 4

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