![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need some help in executing sql | sais | Shell Programming and Scripting | 0 | 05-26-2008 04:45 AM |
| Not executing during startup | mhenryj | AIX | 2 | 06-13-2006 05:52 PM |
| [AIX] executing script | piooooter | UNIX for Dummies Questions & Answers | 1 | 05-26-2006 12:53 AM |
| executing .profile with ssh | rein | UNIX for Advanced & Expert Users | 5 | 12-21-2004 11:43 AM |
| How do I create desktop icons for the shell programs I create??? | TRUEST | UNIX Desktop for Dummies Questions & Answers | 7 | 05-15-2002 11:40 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
create a new name while executing
Hi,
I need to run an executable with a different name. say there is 1 executable but 100 different instances running ..all with unique names .how do i achieve it since i need to check that i do not bring up more than 1 instance with the same name. for eg hello.out is the executable ..I want to bring it up as hello_1, hello_2 ....etc. and have only 1 executable. When I do a ps-ef|grep hello from any other shell, I should be able to see all process running with hello name. Thanks in advance Last edited by sujay; 04-12-2006 at 03:59 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|