Sponsored Content
Top Forums Shell Programming and Scripting Help required with formatting in scripting Post 302369015 by dineeshkg on Friday 6th of November 2009 08:38:50 AM
Old 11-06-2009
But the output looks like

% sh x.sh
-n "config file=
-n T1.cfg,
-n T2.cfg,
-n T3.cfg,
-n T4.cfg,
-n T5.cfg,
"

I want something like

% sh x.sh
"config file= T1.cfg,T2.cfg,T3.cfg,T4.cfg,T5.cfg"

i tried to do something like we used to do in normal programming languages " a = a + $i.cfg", but looks not working.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help required on expect scripting

I am trying to write an expect script for remote server login. At some point of time I need to telnet based on the output of grep command. Based on the output I need to select the ip address of the server. How can I write an expect script for the same. The output of the grep command is as follows:... (1 Reply)
Discussion started by: ayyappakumar
1 Replies

2. Shell Programming and Scripting

SFTP scripting - help required

Hi all, First post so go easy guys....... I've seen this asked before on some other forums but never properly/fully answered. My problem involves the automation of an SFTP script sending from F-Secure (ssh2) HP-UX, to Windows FTP server (ssh2) running VShell. We've set up SSH keys but while... (8 Replies)
Discussion started by: b0bbins
8 Replies

3. Shell Programming and Scripting

Help required on scripting the rm -f command

When i execute rm -f $1 via a script file named rmf, it is not deleting all the files, say starting with "sec". i have execute rmf for many times to remove all the occurrences... $rmf sec* - this should delete all files starting with sec, but not. The rm -f sec* is working fine. kindly help... (3 Replies)
Discussion started by: frozensmilz
3 Replies

4. UNIX Desktop Questions & Answers

Help required with formatting

I would appreciate any help (sed / awk / perl) on the following question. I have the file in the following format. Note that the records are separated by the line that starts with the word "TRACE".I want the 5th and 6th values on the line starting with "TRACE" to be repeated down the file until the... (3 Replies)
Discussion started by: digipak
3 Replies

5. Shell Programming and Scripting

Help Required in shell scripting

Hi, I am new to Unix shell scripting.I have a requirement where I have to search for a particular file in a Unix directory based on some criterian of the content of the file.Actually there would be two files with same name and then I have zip them together and stoe in the same directory. As... (1 Reply)
Discussion started by: Kunal Banerjee
1 Replies

6. Shell Programming and Scripting

Little scripting help required.

Hi , I need little help regarding my script. I have a file called abc which looks below. Rohan 12 Rakesh 23 Ajay 25 Another file looks like this (xyz). Mumbai Delhi Madras How would i add column mentioned in second file so that the file looks as below. Rohan 12 Mumbai... (2 Replies)
Discussion started by: pinga123
2 Replies

7. Shell Programming and Scripting

Awk help required for formatting digits.

Hi experts, I have two values in the file : For example : partcamt = 72.90 partdamt=27.9 I need to convert these values into 6 digits and ignore the "." sign so that the desired desired output is : total value= 0072000027900 Currently I am using the following code : ... (3 Replies)
Discussion started by: nua7
3 Replies

8. Shell Programming and Scripting

Required help in shell scripting

Iam new to shell scripting,i have a text file in my $home directory mentioned below. 201249_BAN_EXCL.TXT I need to refer the above file in my automated script but the number 201249 used to change every week.How can i refer to this file everyt time without renaming it manually? Thanks in... (7 Replies)
Discussion started by: Jroyal
7 Replies

9. Shell Programming and Scripting

Shell scripting help required

I have a shell script which calls a sql script. But in the output file I'm getting an additional '^L' character. Please advise how this is to be handled. spool /opt/oracle/DART/out/Indx_rebuild.out SET SERVEROUTPUT ON SET VERIFY OFF SET HEADING OFF SET NEWPAGE NONE SELECT 'ALTER INDEX '||... (2 Replies)
Discussion started by: narayanv
2 Replies

10. Shell Programming and Scripting

Formatting required with the output

i have a o/p from find command that needs to be formatted currently when i'm running find . -name "v.info" it is giving below o/p /o/a/b/c/v.info /o/a/b/c/d/v.info /o/aa/bb/cc/v.info /o/aa/bb/cc/dd/v.info my requirement is if v.info is coming under sub-directories it shul be... (15 Replies)
Discussion started by: nikhil jain
15 Replies
pymcabatch(1)						 PyMca X-Ray Fluorescence Toolkit					     pymcabatch(1)

NAME
pymcabatch - Batch fitting of X-ray Fluorescence Spectra SYNOPSIS
pymcabatch [OPTIONS] [FILES] DESCRIPTION
Loops over a series of input files to which the same fitting parameters can be applied. The setup of the fit configuration is usually made via the main PyMca application. The program stores the fitted parameters inside the IMAGES directory created in the user specfified output directory. The pymcapostbatch tool can perform further analysis via correlation tools. The user can also request an HTML report. This is much slower but can be convenient to browse the results with a Web browser. This tool is also accessible via the Tools menu of the main PyMca window application. EXAMPLES
pymcabatch Open a dialog to select input files, fit configuration, output directory and output parameters. pymcabatch --cfg=fitconfig.cfg --outdir=/tmp/ *.mca Fit all the .mca files in current directory using the specified confifuration file fitconfig.cfg and stores the output in /tmp pymcabatch --cfg=fitconfig.cfg --outdir=/tmp/ --listfile=inputfiles Same as above but taken the files from the inputfiles file. This file is just a text file with one file path in each line. CAVEATS
This tool, when used in command line mode, could run fully Qt independent because in that case it uses Qt just for showing the progress bar. SEE ALSO
pymca, pymcapostbatch ESRF
March 2012 pymcabatch(1)
All times are GMT -4. The time now is 07:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy