[newbie] shell script

2002-07-11 Thread Rosella Greco
hi everybody, I would like to write a simple script, but i need your help! what I would like to do is to execute a file 10, 100 times without opening 10, 100 differnet shells. the file I want to execute is 'sendapi' and accepts parameters as input. these parameters are a and b that are integer

Re: [newbie] shell script

2002-07-11 Thread Todd Slater
On Thu, 11 Jul 2002 15:16:03 + Rosella Greco [EMAIL PROTECTED] wrote: hi everybody, I would like to write a simple script, but i need your help! what I would like to do is to execute a file 10, 100 times without opening 10, 100 differnet shells. the file I want to execute is 'sendapi'

Re: [newbie] Shell script programming

2002-02-19 Thread Walter Logeman
Rodrigo, Thank you all, these sites are really cool !!! Some more just for the record: http://www-106.ibm.com/developerworks/linux/library/bash.html http://www-105.ibm.com/developerworks/education.nsf/linux-onlinecourse-bytitle/22D84C62513A001186256B4900603332?OpenDocument -- Walter

Re: [newbie] Shell script programming

2002-02-19 Thread Michel Clasquin
On Tuesday 19 February 2002 06:30, Walter Logeman wrote: Rodrigo, Thank you all, these sites are really cool !!! Some more just for the record: And on behalf of the Royal Society for the Preservation of Bandwidth, I suggest you try this command: locate rute.pdf If it's on your system,

Re: [newbie] Shell script programming

2002-02-18 Thread Brian Parish
This will get you started - very basic with lots of examples: http://mercury.chem.pitt.edu/~tiho/LinuxFocus/English/September2001/article216.shtml Brian On Tue, 2002-02-19 at 00:13, rsch77 wrote: Hi, I am interested in learning a bit of shell programming. Does anyone know a good site about

Re: [newbie] Shell script programming

2002-02-18 Thread Bill Davidson
On Monday 18 February 2002 08:13 am, rsch77 wrote: Hi, I am interested in learning a bit of shell programming. Does anyone know a good site about this, that covers basic and advanced topics ? Thanks, Rodrigo http://www.linuxdoc.org/HOWTO/Bash-Prog-Intro-HOWTO.html Bill Want to buy your

Re: [newbie] Shell script programming

2002-02-18 Thread Rodrigo
Thank you all, these sites are really cool !!! Rodrigo Gary Chisholm wrote: Try: http://www.linuxnewbie.org/nhf/intel/programming/introbashscript.html On Mon, 2002-02-18 at 08:13, rsch77 wrote: Hi, I am interested in learning a bit of shell programming. Want to buy your Pack or

Re: [newbie] Shell Script

2002-01-08 Thread Mitch . Wilson
PROTECTED]To: [EMAIL PROTECTED] p cc: Sent by: Subject: Re: [newbie] Shell Script

Re: [newbie] Shell Script

2002-01-07 Thread Mitch . Wilson
This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root, if it was created by root? I mean, root can't give permission for a root-owned script to be world executable, even if the administrator

RE: [newbie] Shell Script

2002-01-07 Thread Scott Thurmond
]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 07, 2002 9:36 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Shell Script This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root

RE: [newbie] Shell Script

2002-01-07 Thread Mitch . Wilson
To: [EMAIL PROTECTED] q.com cc: Sent by: Subject: RE: [newbie] Shell Script

RE: [newbie] Shell Script

2002-01-07 Thread Scott Thurmond
To: [EMAIL PROTECTED] Subject: RE: [newbie] Shell Script But can I, as root, give permission to run a file as world executable in a user's home directory? The reason I ask is I tried that and it -- the cgi file -- wouldn't work, until I changed the owner to the user of the home directory ... oh wait. I

Re: [newbie] Shell Script

2002-01-07 Thread Randy Kramer
[EMAIL PROTECTED] wrote: This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root, if it was created by root? I mean, root can't give permission for a root-owned script to be world

Re: [newbie] Shell Script

2002-01-07 Thread Mitch . Wilson
by: cc: newbie-owner@linux-maSubject: Re: [newbie] Shell Script ndrake.com

Re: [newbie] Shell Script

2002-01-07 Thread Randy Kramer
[EMAIL PROTECTED] wrote: Right. I got all that. But the question is this: whatever the permissions might be, can root give permission -- and it work -- for a file to be world executable from within the public_html directory within a user's home directory? Mitch, I can't help you -- I don't

Re: [newbie] Shell Script

2002-01-07 Thread Pascal Goguey
On 2002.01.07, at 23:36, [EMAIL PROTECTED] wrote: This brings up a question about permissions ... So a script (or any executable, such as a perl script written for cgi) cannot be run by anyone other than root, if it was created by root? I mean, root can't give permission for a root-owned

[newbie] Shell Script

2002-01-06 Thread Rich
I'm running Mandrake 8.1 and a couple of the applications that I've downloaded and intalled (using RPMs) have installed as shell scripts, rather than binary executables. Is there a way to convert the script to an executable that can be launched using an icon from the desktop? Rich -- [EMAIL

RE: [newbie] Shell Script

2002-01-06 Thread Mel Roman
Hi: If I understand you correctly, you have a shell script that you want to invoke from an icon on your desktop. There no need to create an executable if the script does what you want it to do once invoked. Just create an icon on your desktop. In the properties of that icon, there should be a

Re: [newbie] Shell Script

2002-01-06 Thread Anuerin G. Diaz
On Sun, 06 Jan 2002 14:22:29 -0500 Rich [EMAIL PROTECTED] wrote: I'm running Mandrake 8.1 and a couple of the applications that I've downloaded and intalled (using RPMs) have installed as shell scripts, rather than binary executables. Is there a way to convert the script to an executable