Search Results

Search: Posts Made By: ratna
11,340
Posted By ratna
Thanks for ur suggession. I 'll read the the...
Thanks for ur suggession. I 'll read the the rules before posting.

Regards,
11,340
Posted By ratna
can u provide a script to encrypt/decrypt files...
can u provide a script to encrypt/decrypt files without using crypt command.

or

Any command other than crpyt to encrypt/decrypt files

Regards,
11,340
Posted By ratna
Replies are highly appreciated Regards,
Replies are highly appreciated

Regards,
11,340
Posted By ratna
Crypt command
Hi all,

I want the source code similar to crypt command in unix.

Thanks for the reply
2
2,450
Posted By ratna
sorry, whn mailx command fails. could you please...
sorry, whn mailx command fails. could you please tell various reasons.

Thanks
2
2,450
Posted By ratna
mailx
whn mail command fails. Please tell various reasons.

Thanks for the reply
Forum: UNIX and Linux Applications 11-22-2007
2
2,342
Posted By ratna
Unix
Anybody can give the solution for the above issue.

Thanks & Regards,
Forum: UNIX and Linux Applications 11-22-2007
2
2,342
Posted By ratna
Unix
Hi,

Following is the code.

Test.sh
-------
lindata=""
cnt=`cat test.dat|wc -l`
i=1
while [ $i -le $cnt ];
do
v=`head -$i test.dat|tail -1`
echo $v
i=`expr $i + 1`
done
exit

I...
Showing results 1 to 8 of 8

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