Sponsored Content
Top Forums Shell Programming and Scripting Passing control back to the shell script Post 302976424 by dev.devil.1983 on Wednesday 29th of June 2016 08:08:13 AM
Old 06-29-2016
Thanks Stomp , that was helpful Smilie
 

10 More Discussions You Might Find Interesting

1. Programming

Passing Parameters and getting values back from a c program to Shell script

I am having a shell script which has to be called from a C program. I have to pass two parameters to this script. HOw can I do that? eg: int main() { char st1; char str2; // call a shell script call_sh(str1,str2) where call_sh is the name of the shell script. then i need to get the return... (5 Replies)
Discussion started by: Rajeshsu
5 Replies

2. Shell Programming and Scripting

passing oracle parameters back to Shell

Hi All, Does anyone have any solutions for passing back multiple variables back to the SHELL from a call to an ORACLE procedure: eg #username='scott' #password='tiger' #database='orcl' username='ITGCD03D03' password='tC5epIew' database='ITGCD03D' sqlplus -s... (4 Replies)
Discussion started by: satnamx
4 Replies

3. Shell Programming and Scripting

control over shell script

Hi.. I have a perl program that uses "system" to execute a shell script called startengine. The script "startengine" itself calls a lot of other smaller scripts to setup the engine etc. It finally has to execute ./engine which is another shell script which is long and takes a long time to... (3 Replies)
Discussion started by: JLJ
3 Replies

4. Shell Programming and Scripting

How to Control Cronjobs using Shell Script??

Hi All, Now i am running the 3 oracle procedures one by one manually. Query: If 1st Procedure OUT_PUT is Success, then call 2nd Procedure. If 2nd Procedure OUT_PUT is Success, then call 3rd Procedure. If 1st Procedure is failed, then no need of calling the other ... (8 Replies)
Discussion started by: hanu_oracle
8 Replies

5. Solaris

how to get back a SVM volume to solaris control

hi.., help me in this case... 1) now the disk is under disksuite, its have some mirrored volume. how can i get back this disk to OS control. 2) how can i know the a SVM volume avalable,used space. and the filesystem size on tht volume please help in this i am bigginer... (5 Replies)
Discussion started by: b.janardhanguru
5 Replies

6. Shell Programming and Scripting

Passing a variable from a child script back to the parent

Hi I have written a script using ftp to get files from one server and copy them to 2 dirrerent servers. I wish to call this script from a parent script that will check the number of files copied and run a check sum for each file. As the filenames for the files in the get portion of the script... (3 Replies)
Discussion started by: Andy82
3 Replies

7. Shell Programming and Scripting

how to write shell script to take back up

Helo, I want to write shell script which takes back of all binaries (exe files). and when i uninstall the upgraded system which automatically restore the old binary which we have take as back up. can u tell me how to write such shell scripts. Regards, Amit (5 Replies)
Discussion started by: amitpansuria
5 Replies

8. Shell Programming and Scripting

Version Control Through the Shell Script

Version Control Through the Shell Script Hi Guys, Apologize for the big request, please take some time and read it completely... This is Very important for me, and ur help is Very much Appriciated. I want to maintain the Version control to all my scripts running in Production server, I am... (6 Replies)
Discussion started by: Anji
6 Replies

9. Shell Programming and Scripting

Ampersand not giving back the control (Korn shell)

OS version : AIX 6.1 Shell : Korn When you 'postfix' a command with ampersand (&) , it is supposed to run in the background and give you back the control. I tested this with ping command (by default it pings every 1 second ) After I ran the below ping command with ampersand, I pressed... (3 Replies)
Discussion started by: polavan
3 Replies

10. Shell Programming and Scripting

Passing error message back to script

I have one script that calls another script during execution. The other script does some processing, then either returns with exit 0 (if successful), or exits with error code numbers (if failed). However, in addition to the error code, I would like for that second script to be able to pass a... (4 Replies)
Discussion started by: AcerAspirant
4 Replies
transcalc(1)						      General Commands Manual						      transcalc(1)

NAME
transcalc -- analysis and synthesis tool for microwave and RF transmsision lines SYNOPSIS
transcalc [-h/--help] [-v/--version] DESCRIPTION
transcalc is an analysis and synthesis tool for calculating the electrical and physical properties of different kinds of RF and microwave transmission lines. Transcalc allows you to interactively edit substrate, component, physical and electrical parameters of a given transmission line. For each type of transmission line, using entry boxes, you can enter values for the various parameters, and either calculate its electrical proper- ties (press Analyze button or function key F3), or use the given electrical requirements to sythesize (press Synthesize button or function key F4) physical parameters of the required transmission line. When run for the first time Transcalc creates a .transcalc directory under the user's home directory, where some configuration infor- mation is stored. Transcalc remembers the last transmission line parameters used when the user exits and presents those parameters when restarted. Calculated results are updated and presented within the user interface. Moving the mouse over the parameter labels pops up a more helpful tooltip about that parameter. For example, if you wonder what "Er" stands for, move the mouse over it and a helpful tooltip tells you that it stands for relative permittivity. Transcalc knows and converts between many unit types for length, frequency, resistance and angles. Default units can be saved by using the File->Options menu. Calculated results include conductor and dielectric losses in decibels (dB). OPTIONS
Transcalc has few command line options at this point. -v, --version Causes transcalc to print its version number (a string on the form MAJOR.MINOR, like 0.10) to the standard output, and then exit. AUTHOR
transcalc was written by Gopal Narayanan (gopal@astro.umass.edu) and Claudio Girardi (claudio.girardi@ieee.org). transcalc is available at http://transcalc.sourceforge.net/ (link to URL http://transcalc.sourceforge.net/) . transcalc(1)
All times are GMT -4. The time now is 08:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy