Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making a loop in C terminal

Status
Not open for further replies.

Mozart07

Programmer
Joined
Aug 19, 2007
Messages
4
Location
GB
Dear Perl Exprts;

I want to run a large number of commands in C terminal (to run different applications and do some tasks). Is it possible to write a Perl script to print thess functions at the terminal and start the next when one is finished. I am sorry if my question seems to be very broad. I appreciate if you know any module or a way of
doing this.
Thanks

 
You mean something like
`run command 1`;
`run command 2`;
`run command 3`;

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those Who Say It Cannot Be Done Are Usually Interrupted by Someone Else Doing It; Give the wrong symptoms, get the wrong solutions;
 
Hi travs
Yes, this what I mean.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top