Search Results

Search: Posts Made By: Sambuddha
1,279
Posted By Sambuddha
Addtion of two numbers
for i in 1 2 3 4 5
do
y='expr $i + 1';
echo $y
done


After running this shell script i want the output to be

2
3
4
5
6


but the result is coming as

expr $i + 1
expr $i + 1
4,037
Posted By Sambuddha
How to print excel file / csv file in solaris server ?
Hi,
I have to print a excel file in solaris server. I am using lexmark printer with post script printer driver . But the problem is when i am using " lp -d <printer name> <somefile name.xls>"...
Forum: Solaris 05-30-2011
12,353
Posted By Sambuddha
Convert csv file into pdf file from putty
Hi,
My requirement is that i have to convenrt a csv file inyo a pdf file . So is there any command which will do that ???

thanks Sambuddha
Showing results 1 to 3 of 3

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