Sponsored Content
Top Forums Shell Programming and Scripting Running a command for multiple folders at once Post 302824841 by tukuyomi on Friday 21st of June 2013 04:53:52 PM
Old 06-21-2013
The external command seq 24 might come in handy.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Dumping multiple Folders

How would i go about dumping my /home/ directory and my /root directory i currently have..... dump -f /root/backup.dp /home/ /root/ ...but dump only seems to see only my first source directory and not the second (/root in this case) anyone know a way around this..or if it is even... (1 Reply)
Discussion started by: Freakytah
1 Replies

2. Shell Programming and Scripting

running multiple rsh command in a script

hi scripting experts, juz wondering if it's possible to have multiple rsh command in a single script? :confused: ie: rsh -l <username> "<command>" rsh -l <username> "<command>" thanks. regards, wee :) (0 Replies)
Discussion started by: lweegp
0 Replies

3. Shell Programming and Scripting

Running a command on multiple selected files in nautilus script

I am trying to make a script to convert drg files to wav and so far i have this #!/bin/bash drg2sbg "$*" -o "$*".sbg sbagen -Wo "/home/nick/Desktop/I-Doser Wave Files/"$*"" "$*".sbg rm "$*".sbg cd "/home/nick/Desktop/I-Doser Wave Files" rename 's/\.drg$/\.wav/' *.drg exit the drg2sbg and... (2 Replies)
Discussion started by: Nickbowlingdude
2 Replies

4. Shell Programming and Scripting

running multiple command in same line

I have 5 hosts and each host as 3 java process .I have one machine which has ssh keys so it can login without any passwords etc to all the machines. How can I find out say jstack or some command so it goes to each machine and run the command . For example machine 1 has 3 java process and they... (2 Replies)
Discussion started by: gubbu
2 Replies

5. Shell Programming and Scripting

running multiple command in a single line

Hi Can we run the linux command and per script in a single command $ cd /usr/local/adm/ ;ctsv scmtest_qabuild ;cspec.pl scmtest This is a combination of linux and clearcase command and last one is perl script with argument. I can see the first and 2nd coomand is executing but last... (6 Replies)
Discussion started by: anuragpgtgerman
6 Replies

6. Shell Programming and Scripting

recursively going through folders and subdirectorys and running delete from crontab

Hio, So I have a crontab delete of older files setup. This script works fine if I run them by each individual directory. Problem is there are so many thousands of files and hundreds of directories and sub directories that I need to recursively have it go through and delete files by directory... (2 Replies)
Discussion started by: vsekvsek
2 Replies

7. Shell Programming and Scripting

Logging in to multiple Linux servers and running the command.

Hi, I am trying to write a script to run a command on multiple linux based servers and get the o/p. I am using ssh to login. It is a celerra box and EMC NAS product. I am able login but i am not able to run nas command nas_pool -size -all the NAS server. I am getting the following error. ... (2 Replies)
Discussion started by: jpkumar10
2 Replies

8. Shell Programming and Scripting

Issue with running multiple commands withing su command

RHEL 6.2/Bash shell root user will be executing the below script. It switches to oracle user and expect to do the following things A. Source the environment variables for BATGPRD Database (the file used for sourcing is shown below after the script) B. Shutdown the DB from sqlplus -- The... (13 Replies)
Discussion started by: omega3
13 Replies

9. Shell Programming and Scripting

Storing multiple sql queries output into variable by running sql command only once

Hi All, I want to run multiple sql queries and store the data in variable but i want to use sql command only once. Is there a way without running sql command twice and storing.Please advise. Eg : Select 'Query 1 output' from dual; Select 'Query 2 output' from dual; I want to... (3 Replies)
Discussion started by: Rokkesh
3 Replies

10. Shell Programming and Scripting

Execute multiple files in multiple folders and also output on same folder

How to execute multiple files in multiple folders and also output to be generated in the same folder? Hello Team, I have a path like Sanity_test/*/* and it has around 100+ folders inside with files. I would like to run/execute those files and output of execution to be placed on same /... (1 Reply)
Discussion started by: pushpabuzz
1 Replies
wxPageSetupDialogData(3erl)				     Erlang Module Definition				       wxPageSetupDialogData(3erl)

NAME
wxPageSetupDialogData - See external documentation: wxPageSetupDialogData. DESCRIPTION
See external documentation: wxPageSetupDialogData . DATA TYPES
wxPageSetupDialogData() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxPageSetupDialogData() See external documentation . new(PrintData::wxPrintData() (see module wxPrintData) | wxPageSetupDialogData()) -> wxPageSetupDialogData() See external documentation . enableHelp(This::wxPageSetupDialogData(), Flag::bool()) -> ok See external documentation . enableMargins(This::wxPageSetupDialogData(), Flag::bool()) -> ok See external documentation . enableOrientation(This::wxPageSetupDialogData(), Flag::bool()) -> ok See external documentation . enablePaper(This::wxPageSetupDialogData(), Flag::bool()) -> ok See external documentation . enablePrinter(This::wxPageSetupDialogData(), Flag::bool()) -> ok See external documentation . getDefaultMinMargins(This::wxPageSetupDialogData()) -> bool() See external documentation . getEnableMargins(This::wxPageSetupDialogData()) -> bool() See external documentation . getEnableOrientation(This::wxPageSetupDialogData()) -> bool() See external documentation . getEnablePaper(This::wxPageSetupDialogData()) -> bool() See external documentation . getEnablePrinter(This::wxPageSetupDialogData()) -> bool() See external documentation . getEnableHelp(This::wxPageSetupDialogData()) -> bool() See external documentation . getDefaultInfo(This::wxPageSetupDialogData()) -> bool() See external documentation . getMarginTopLeft(This::wxPageSetupDialogData()) -> {X::integer(), Y::integer()} See external documentation . getMarginBottomRight(This::wxPageSetupDialogData()) -> {X::integer(), Y::integer()} See external documentation . getMinMarginTopLeft(This::wxPageSetupDialogData()) -> {X::integer(), Y::integer()} See external documentation . getMinMarginBottomRight(This::wxPageSetupDialogData()) -> {X::integer(), Y::integer()} See external documentation . getPaperId(This::wxPageSetupDialogData()) -> integer() See external documentation . getPaperSize(This::wxPageSetupDialogData()) -> {W::integer(), H::integer()} See external documentation . getPrintData(This::wxPageSetupDialogData()) -> wxPrintData() (see module wxPrintData) See external documentation . isOk(This::wxPageSetupDialogData()) -> bool() See external documentation . setDefaultInfo(This::wxPageSetupDialogData(), Flag::bool()) -> ok See external documentation . setDefaultMinMargins(This::wxPageSetupDialogData(), Flag::bool()) -> ok See external documentation . setMarginTopLeft(This::wxPageSetupDialogData(), Pt::{X::integer(), Y::integer()}) -> ok See external documentation . setMarginBottomRight(This::wxPageSetupDialogData(), Pt::{X::integer(), Y::integer()}) -> ok See external documentation . setMinMarginTopLeft(This::wxPageSetupDialogData(), Pt::{X::integer(), Y::integer()}) -> ok See external documentation . setMinMarginBottomRight(This::wxPageSetupDialogData(), Pt::{X::integer(), Y::integer()}) -> ok See external documentation . setPaperId(This::wxPageSetupDialogData(), Id::integer()) -> ok See external documentation . setPaperSize(This::wxPageSetupDialogData(), X::integer() | term()) -> ok See external documentation . Alternatives: setPaperSize(This::wxPageSetupDialogData(), Id::integer()) -> ok setPaperSize(This::wxPageSetupDialogData(), Sz::{W::integer(),H::integer()}) -> ok setPrintData(This::wxPageSetupDialogData(), PrintData::wxPrintData() (see module wxPrintData)) -> ok See external documentation . destroy(This::wxPageSetupDialogData()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxPageSetupDialogData(3erl)
All times are GMT -4. The time now is 01:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy