Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Can Any help me with the math on this shell script? Post 302266669 by knp808 on Wednesday 10th of December 2008 06:29:20 PM
Old 12-10-2008
student#:LastName:Firstname:MiddleInitial:QuizAvg.:MidTermScore:ProblemScore:FinalExamScore
 

10 More Discussions You Might Find Interesting

1. Programming

something about <math.h>

Hi, I got an easy problem for you but really difficult for me 'cause I am pretty new to this field I got header file <math.h> included in my .c file , then I write the code as below: k = sqrt(i); /* both variables k and i are int */ then I cc temp.c it says like this undefined... (4 Replies)
Discussion started by: blf0
4 Replies

2. Shell Programming and Scripting

math help

$ x=1 $ y=1.5 $ z=$((x*y)) bash: 1.5: syntax error: invalid arithmetic operator (error token is ".5") What's wrong? (2 Replies)
Discussion started by: rockbike
2 Replies

3. Shell Programming and Scripting

Script math calculation

Hi Gurus, I'm currently using HP-UX B.11.23. I've a simple calculation script which performs the task below. -> echo "240021344 / 1024 /1024" | bc Output: 228 240021344 is KB value. When I tried to perform the same calculate in Ms Excel, it produces a different result: 228.9021912.... (12 Replies)
Discussion started by: superHonda123
12 Replies

4. Shell Programming and Scripting

A Math problem using shell script

Have a bit complicated math query .. Basically i am given a number which is > 50 .. I am suppose to find the calculation to get a number which is equal or more than the input number and is also a multiple of any number between 20 - 30 . For example . Input number is 60 . Now 20x3 =60 ... (2 Replies)
Discussion started by: greycells
2 Replies

5. Shell Programming and Scripting

Math calculation over shell

Hi I am trying to calculate the rate at which something is happening. I have 2 files- a1 and b1. I want to calculate something like this ((wc -l a1)/(wc -l a1 + wc -l b1))*100 over a loop for different a and b. Is this possible, help me out fellas. Thanks a lot :) (5 Replies)
Discussion started by: jamie_123
5 Replies

6. UNIX for Dummies Questions & Answers

Variables and math in Old skool Bourne Shell

Hey everybody, I've been searching google and these forums and have found some solutions to the issues I've been having today within the OLD Bourne Shell. I am following chapter 6 of the Guide to Unix using Linux 4th Edition. I am working on some basic calculations with variables in the BASH... (3 Replies)
Discussion started by: mr.rhtuner
3 Replies

7. UNIX for Dummies Questions & Answers

How to write Config shell script to pass variables in master shell script?

Dear Unix gurus, We have a config shell script file which has 30 variables which needs to be passed to master unix shell script that invokes oracle database sessions. So those 30 variables need to go through the database sessions (They are inputs) via a shell script. one of the variable name... (1 Reply)
Discussion started by: dba1981
1 Replies

8. Shell Programming and Scripting

How to write config shell script to pass variables in master shell script?

Dear Unix gurus, We have a config shell script file which has 30 variables which needs to be passed to master unix shell script that invokes oracle database sessions. So those 30 variables need to go through the database sessions (They are inputs) via a shell script. one of the variable name... (1 Reply)
Discussion started by: dba1981
1 Replies

9. UNIX for Dummies Questions & Answers

Math

i have file (my_file.txt) that looks like this: 000000000000010000 000000000000010000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 all said and one, it should look... (11 Replies)
Discussion started by: lawsongeek
11 Replies

10. Shell Programming and Scripting

Shell script for solving the math question

Can such Puzzle solve through UNIX script? if yes, what could be the code? This has been solve in C language. we were trying to solve this through shell but could not because of not able to pass 1st argument with multiple value. we are not expert in unix scripting. Below is the puzzle John is a... (4 Replies)
Discussion started by: anshu ranjan
4 Replies
BTOOL(1)						      General Commands Manual							  BTOOL(1)

NAME
btool - Barry Project's program to interface with BlackBerry handheld SYNOPSIS
btool [-B busname][-N devname][-a db][-c dn][-C dnattr][-d db [-f file][-F sortkey][-r#][-R#]-D#]][-h][-i charset][-l][-L][-m cmd][-M][-p pin][-P password][-s db -f file][-S][-t][-v][-V][-X][-z][-Z] DESCRIPTION
btool is a program that communicates with a BlackBerry device over USB; there is no intention to support ancient serial-port BlackBerries. Since the protocols used by BlackBerry are not documented by the manufacturer Research In Motion, this program is experimental and you use at own risk. Be sure your device is backed up by another program if it contains important data. OPTIONS
-B busname Specify the USB bus to search for Blackberry devices on. This is the first number displayed in the output from the lsusb command, such as 002. If the busname is numeric on your system, 2 and 002 are equal. See also the -N option, which can be used together with this option to precisely select the device to work with. -a db Delete all records from specified database. This can be used multiple times to clear multiple databases. -c dn Convert address book database to LDIF format, using the specified dn as the baseDN. Sends LDIF output to stdout. -C dnattr Spcify LDIF attribute name to use when building the FQDN in the dn attribute. Defaults to 'cn'. If you modify the mapping with the -m switch, make sure that the new dnattr exists. -d db Load database 'db' FROM device and dump to stdout. Can be used multiple times to fetch more than one database. See the -t option for a list of device databases. -e epp Override endpoint pair detection. 'epp' is a single string separated by a comma, holding the read,write endpoint pair. Example: -e 83,5 Note: Endpoints are specified in hex. Use the same numbers given by the lsusb -v output. You should never need to use this option, as endpoints are autodetected. -f file Filename to write or read handheld data to/from. Used in conjunction with the -d and -s options, respectively. Note: the file for- mat of this file is not backward compatible between devel releases. -F sortkey Sort the -d database output according to the given sortkey. Note that the format of this field is special: 'DBName:field1,field2' It contains no spaces, unless the spaces are part of the name. This option can be used multiple times, to match your -d options. Example: If you used the following command: btool -d 'Address Book' You could use the following sort key to sort by Company name first, with a subsort of last and first names. -F 'Address Book:Company,LastName,FirstName' -i charset Specifies the iconv charset to use for converting international strings. The Blackberry uses the WINDOWS-1252 charset, which is incompatible with the more common code pages used in Linux. The most useful charset to use with this option is UTF-8, and is highly recommended. Any other charset available via 'iconv --list' can be used here too, but may not be successful for some character con- versions. -I Sort records before dumping them to stdout. This uses the default library sorting order, which is specific to each database. -l Lists attached Blackberry devices, and their PIN numbers. -L List Contact field names. Each name represents a contact field that the Barry library recognizes. Use these names with the -m option to adjust the LDIF name to field mapping. -m command Map LDIF name to Contact field, or unmap LDIF name. To map a new or existing LDIF attribute name to a Barry contact field, use the format 'ldif,read,write' where ldif represents the name of the attribute to map, read is the contact field name used to read data from the record, and write is the contact field name used to write data to the record. To unmap an LDIF name, specify the LDIF attribute alone. For example, to map a new LDIF attribute called "strange" to read from FirstName and write to LastName, use: -m strange,FirstName,LastName The -m option can be specified multiple times to create the desired mapping. -M List current LDIF mapping to stdout. -N devname Specify the USB device name. This is the second number displayed in the output from the lsusb command, such as 005. If the device name is numeric on your system, 5 and 005 are equal. See also the -B option. -p pin PIN of device to talk with. Only needed if you have more than one Blackberry connected at once. -P password Simplistic method to specify device password. In a real application, this would be done using a more secure prompt. -s db Save database 'db' TO device from data loaded from -f file. See the -t option for a list of device databases. -S Show list of supported database parsers and builders. Parsers are used when reading data out of the device, and builders are used when writing data to the device. If a parser is supported, but its associated builder is not, that means you cannot change the database programmatically, such as with the -s option. -t Show device's database table. -T db Show record state table for given database. -v Dump verbose protocol data during operation. -V Enable vformat MIME output where available. Address Book gets printed in vCard format, Calendar in vEvent format, Memos in vJour- nal, and Tasks in vTodo, etc. -X Perform a USB reset on the device. Similar to the breset command, and does a virtual "replug" of the device. -z Use non-threaded sockets when communicating with the device. This is the behaviour seen in versions 0.12 and earlier, since threads were not yet supported. This option, along with -Z, are for debugging and testing. -Z Use a threaded socket router when communicating with the device. This is the default for btool. This option, along with -Z, are for debugging and testing. -h, --help Show summary of options. DATABASE COMMAND MODIFIERS
The following options modify the -d command option above, and can be used multiple times for more than one record. -r # Fetch specific record, given a record index number as seen in the -T state table. Can be used multiple times to fetch specific records from a single database. -R # Same as -r, but also clears the record's dirty flags. -D # Delete the specified record using the index number as seen in the -T state table. AUTHOR
btool is part of the Barry project. This manual page was written by Ian Darwin and Chris Frey. SEE ALSO
http://www.netdirect.ca/software/packages/barry Especially the caveats, and the call for developers and others to help with the project. February 3, 2012 BTOOL(1)
All times are GMT -4. The time now is 10:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy