Sponsored Content
Full Discussion: Running Total Running Wild
Top Forums Shell Programming and Scripting Running Total Running Wild Post 302401958 by soleil4716 on Monday 8th of March 2010 11:11:05 AM
Old 03-08-2010
Try putting these two lines inside the while loop:

Code:
echo "enter sales price"
read sales

 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to prevent job1 from running while job2 is running..

Hi, Please I need your expert advise on how to prevent/lock from execution job1 while job2 is still running in Unix... THanks:) (3 Replies)
Discussion started by: tikang
3 Replies

2. UNIX for Dummies Questions & Answers

grep running total/ final total across multiple files

Ok, another fun hiccup in my UNIX learning curve. I am trying to count the number of occurrences of an IP address across multiple files named example.hits. I can extract the number of occurrences from the files individually but when you use grep -c with multiple files you get the output similar to... (5 Replies)
Discussion started by: MrAd
5 Replies

3. Shell Programming and Scripting

Running Total

HPUX 11i v2 #!/bin/sh Hi all. I have a space delimited flat file of about 9000 lines. I would like to get a running total of field 3 to the variable $TOTAL. Field 3 can be formatted as listed.... $ 0.00 $2804.15 <$ 4.14> (negative) Any ideas are most appreciated!!!! TIA!! (9 Replies)
Discussion started by: lyoncc
9 Replies

4. Solaris

Running from Shell Vs running from RC script

Hi, i have a script which need to do behave differently when run as a startup process from init.d/ rc2.d script and when run manually from shell. How do i distinguish whether my script is run by init process or by shell?? Will the command /proc/$$/psinfo | grep "myscript" work well???... (2 Replies)
Discussion started by: vickylife
2 Replies

5. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

6. Shell Programming and Scripting

Print available running instance out of total

Hello. I have a status command in AIX box, which provides output as below: $ status You are running the application on pegasus2 ----Program Name------|--Avail / Total---------| MQ | 1/2 | ORACLE | 10/10 | TMADMIN ... (3 Replies)
Discussion started by: panchpan
3 Replies

7. Shell Programming and Scripting

Cron job running for some days and is not running for some days

Hi.. i have written a shell script and made this script to run on every day night 11: 55 pm using a cron job. This cron job running for some days and is not running for some day. but i need this script to run every day night. Please help me. Here is the cron tab entries, 55 23 * * *... (1 Reply)
Discussion started by: vidhyaS
1 Replies

8. Shell Programming and Scripting

How to know how many files are running.?

Hi friends I want to know can we check how many php files are running currently or can we know that a file is running or not. Maine issue is that i am running two or three files, there are lots of code on them, each files takes 20 minutes to complete. i want to know that first file is... (7 Replies)
Discussion started by: sanjay833i
7 Replies

9. Shell Programming and Scripting

Why script is running sometimes and not running sometimes?

Hi, I have a script which does couple of database connection and run some SELECT queries to get some output in the file. I am surprised to see :eek: that when i run my script some times it gives the desired out put and sometimes it shows some error :confused: . Suppose if i execute it say... (3 Replies)
Discussion started by: Sharma331
3 Replies
name(1m)																  name(1m)

NAME
name - A dcecp object that compares and expands DCE names SYNOPSIS
name compare name name name expand name name get string_binding name help [operation | -verbose] name operations name parse name ARGUMENTS
The name of an object in the DCE namespace. Examples of names include principal names, names of security groups, names of Cell Directory Service (CDS) objects like directories, softlinks, child pointers and so on, names of remote procedure call (RPC) entries and RPC groups, and Distributed File Service (DFS) filenames. The name of the name operation for which to display help information. An RPC string binding (without the object UUID) that identifies the network location of the target name. It contains an RPC protocol and a network address in the form: rpc_prot_seq:network_addr DESCRIPTION
The name object resolves, compares, and parses DCE names and string bindings. OPERATIONS
name compare Compares two names. The syntax is as follows: name compare name name The compare operation compares two names given as arguments and returns 1 if both syntactically refer to the same name. Otherwise, it returns 0. Privileges Required No special privileges are needed to use the name compare command. Examples dcecp> name compare /.:/sales/east east Error: Incomplete name dcecp> dcecp> name compare /.:/sales/east /.../org_cell/sales/east 1 dcecp> name expand Expands a simple DCE name to a global name. The syntax is as follows: name expand name The expand operation takes a single name as an argument and returns the canonical form of the name. This operation has the effect of con- verting /.: to /.../cellname. Privileges Required No special privileges are needed to use the name expand command. Examples dcecp> name expand /.:/sales /.../org_cell/sales dcecp> name get Returns a hostname given a full or partial string binding. The syntax is as follows: name get string_binding The get operation returns the host name identified by a specified string binding. The string_binding argument is a single string binding; you cannot supply multiple bindings in one operation. Privileges Required No special privileges are needed to use the name get command. Examples dcecp> name get ncan_ip_tcp:15.21.248.170 hosts/goober dcecp> name help Returns help information about the name object and its operations. The syntax is as follows: name help [operation | -verbose] Options Displays information about the name object. Used without an argument or option, the name help operation returns brief information about each name operation. The optional operation argument is the name of the operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the name object itself. Privileges Required No special privileges are needed to use the name help command. Examples dcecp> name help compare Compares two names syntactically. expand Returns the canonical form of a name. get Gets host name from a partial or full string binding. parse Parses name into cell name and residual name. help Prints a summary of command-line options. operations Returns a list of the valid operations for this command. dcecp> name operations Returns a list of the operations supported by the name object. The syntax is as follows: name operations The list of available operations is in alphabetical order except for help and operations, which are listed last. Privileges Required No special privileges are needed to use the name operations command. Examples dcecp> name operations compare expand get parse help operations dcecp> name parse Divides a name into a cell name and a residual name. The syntax is as follows: name parse name The parse operation parses a name into a cell name and a residual name. The argument is a single DCE name. The operation returns a list of two elements: cell name and residual name. A name not beginning with a / (slash) is considered to be a name in the local cell. Privileges Required No special privileges are needed to use the name parse command. Examples dcecp> name parse hosts/goober /.../pokey hosts/goober dcecp> RELATED INFORMATION
Commands: dcecp(1m). name(1m)
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy