Unix Arithmatic operation issue , datatype issue


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Unix Arithmatic operation issue , datatype issue
# 15  
Old 02-13-2008
Sorry, I have not worked on Perl scripting.. it's new to me... I feel GNU bc method will be ok for me.. if you guide me the installation way, i can probably try with that method.....
# 16  
Old 02-13-2008
And also I have just found that my machine is 64 bit..

$ getconf KERNEL_BITS
64

now is there anyway to get my result?
# 17  
Old 02-13-2008
Quote:
Originally Posted by thambi
And also I have just found that my machine is 64 bit..

$ getconf KERNEL_BITS
64

now is there anyway to get my result?

Depends on if the programs are compiled in 64-bit. Try
Code:
file `which bc` `which awk` `which perl`

Is it a 64-bit or 32-bit executable? (You might have to find the paths manually).

For installing bc, you'll have to go to the home page, whose link I provided, and follow the steps. You'll probably need the sysadmin's help, but in theory, you can do something like:

Code:
gunzip -c gbc-*tgz | tar xf - 
cd gbc????
./configure --prefix=$HOME
make install

# 18  
Old 02-13-2008
I got the below result...

$ file `which bc` `which awk` `which perl`
/usr/bin/bc: PA-RISC1.1 shared executable dynamically linked
/usr/bin/awk: PA-RISC1.1 shared executable dynamically linked
/usr/bin/perl: PA-RISC1.1 shared executable dynamically linked -not stripped
$


Meantime, I just waiting for my Unix admin's response to install GNU bc. If i install GNU bc, current version bc will be affected. I mean GNU bc having all the features ?
# 19  
Old 02-13-2008
Quote:
Originally Posted by thambi
I got the below result...

$ file `which bc` `which awk` `which perl`
/usr/bin/bc: PA-RISC1.1 shared executable dynamically linked
/usr/bin/awk: PA-RISC1.1 shared executable dynamically linked
/usr/bin/perl: PA-RISC1.1 shared executable dynamically linked -not stripped
$
Yeah, so these are the 32-bit versions. Programs that report RISC2.0 are the 64-bit versions. (See 8.33 What are the various revisions of PA-RISC?). So even though the hardware can support 64-bit integers, the programs cannot. Even installing the 64-bit version of these programs would solve your problem.

Quote:
Meantime, I just waiting for my Unix admin's response to install GNU bc. If i install GNU bc, current version bc will be affected. I mean GNU bc having all the features ?
So have him install it in /usr/local/bin or in /usr/local/gnu or in your home directory ($HOME/bin) and make sure your PATH prefixes these, or use the full path, or have the program installed as "gbc".
# 20  
Old 02-19-2008
Hi,
Thanks. I have installed GNU bc version in development which is working fine as well..

$ awk '{ print "last + " $0 }' hash_column_wrong.txt | /usr/local/bin/bc | tai
l -1
2156379608
$

But I am trying to match this code with my existing awk script.

My existing awk script ..

BEGIN {
totalLatestRetailPrice = 0;
}
#
{
if (substr($0,1,7)=="HCDWC01")
{
printf "%s%58s\n", substr($0,1,28), " "
}
else
if (substr($0,1,7)=="TCDWC01")
{
printf "%s%015d%44s\n", substr($0,1,27), totalLatestRetailPrice,
" "
}
else
{
totalLatestRetailPrice += int(substr($0,14,7))
print
}
}

I am calliing above awk script like this....

awk -f header_trailer/creation/hash_total.awk input_file > output_file

here input_file is the parameter here.. we are taking the digits from 14 - 20 ( 7 digits )
1335310 000001030000036000000092H99W710172S300

( Before, I mentioend hash_column_wong.txt file which is created from above input_file for my testing ). .. In the "else" part , logic is there to find out the total value..

else
{
totalLatestRetailPrice += int(substr($0,14,7))
print
}


We need to replace the above line ( totalLatestRetailPrice += int(substr($0,14,7)) with
our new bc caluclator line ( awk '{ print "last + " $0 }' hash_column_wrong.txt | /usr/local/bin/bc | tail -1 ).. here we don't need to pass the has_column_wrong.txt file since we are already passing input_file..
# 21  
Old 02-19-2008
Um, too bad you didn't mention that before. The traditional awk doesn't have a facility for piping in data from a program called within awk. It's available in gawk. But if you're going to download and install something, and your hardware is guaranteed to be 64 bits, just download, compile and install gawk and use your original script!

Or re-write the script using sh/ksh/bash. If you have bash or ksh, let me know and I can help you write that script. If not, it can be done but will be more computationally expensive.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX email issue

Hi all, I have tried to send an email with the below script. but i am not getting the subject of the email where it is present in the simply.txt. I am using HP UNIX server. I am not sure what mistake i made in the below unix command. any help would be appreciated. cat simply.txt ... (2 Replies)
Discussion started by: arun888
2 Replies

2. Shell Programming and Scripting

If Condition Issue in UNIX

Hi I am trying to do a "IF" Condition in UNIX where we compare EACH file size in a directory with a SIZE (Parameter passed) If Each File size EXCEEDS parameter passed SIZE then we manipulate the file. Somehow the IF condition do not work ?? (is this Variable decalration issue ??) ... (9 Replies)
Discussion started by: Pete.kriya
9 Replies

3. UNIX for Advanced & Expert Users

UNIX Mount Issue

Hi, Not entirely sure if this is the right thread. Essentially, fdisk -l shows that /dev/sda is a drive (750 GB), with 1 partition at /dev/sda1 with system type "Linux". I'm pretty nooby at working with drives, but I'm pretty sure that the output of: mount /dev/sda1 /media/int Should not... (4 Replies)
Discussion started by: FreddoT
4 Replies

4. Shell Programming and Scripting

Variable value substitution issue with awk command issue

Hi All, I am using the below script which has awk command, but it is not returing the expected result. can some pls help me to correct the command. The below script sample.ksh should give the result if the value of last 4 digits in the variable NM matches with the variable value DAT. The... (7 Replies)
Discussion started by: G.K.K
7 Replies

5. Shell Programming and Scripting

.profile issue with UNIX

Hi, There is a user in Solaris-10 zone, ora_big01. Its .profile is not getting executed due to some reason and I am not able to find that. root@trddpd-dwsq04:/# cat /etc/passwd | grep -i ora_big01 ora_big01:x:242349:220:Siebel for QA:/ccq/apps/siebel:/usr/bin/ksh root@trddpd-dwsq04:/# which ksh... (3 Replies)
Discussion started by: solaris_1977
3 Replies

6. Windows & DOS: Issues & Discussions

UNIX AD idmap issue

Hi, I'm having a nightmare of a time with this one. I've recently taken over a sys admin role and shortly after I did, the print server failed. I've had to replace the hard disk. ---don't ask about backups....there hasn't been a sys admin in post for almost a year...... Anyway, the aim, to... (0 Replies)
Discussion started by: rudigarude
0 Replies

7. Shell Programming and Scripting

Need assistance with a file issue and a terminal issue

Hello everyone, I'm in need of some assistance. I'm currently enrolled in an introductory UNIX shell programming course and, well halfway through the semester, we are receiving our first actual assignment. I've somewhat realized now that I've fallen behind, and I'm working to get caught up, but for... (1 Reply)
Discussion started by: MrMagoo22
1 Replies

8. Shell Programming and Scripting

Issue with Sort in Unix

Hi All, I am trying to sort the below data using sort command. temp.dat H|S1-511091486889|27-Jul-2011 00:00:00 H|S1-511091486823|27-Jul-2011 00:00:00 H|S1-511091486757|27-Jul-2011 00:00:00 L|S1-511091486889|1 L|S1-511091486823|1 L|S1-511091486757|1 sort -t "|" -k2 -k1 temp.dat My... (5 Replies)
Discussion started by: deepaknbk
5 Replies

9. UNIX for Dummies Questions & Answers

ISSUE and ISSUE.NET files

In LINUX(CentOS, RedHat) is there a way to have the banner statement appear before the logon instead of after the logon? In UNIX and Windows the banner appears before a person actually logs on, what I'm seeing in LINUX is that it appears after the login(ftp, telnet, SSH). Thanks (0 Replies)
Discussion started by: ejjones
0 Replies

10. Shell Programming and Scripting

UNIX variable issue

Hi all, Something funny happen with this code: EXIST=`ssh batch@190.2.332.234 'if ; then echo 0; else echo 1 ; fi'` echo $EXIST Above code will display "1". The value of remotePath is /home/batch The value of fileName is sample.txt ========================================= ... (1 Reply)
Discussion started by: suigion
1 Replies
Login or Register to Ask a Question