![]() |
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 |
| how can i call a function in shell script | rajesh.P | Shell Programming and Scripting | 4 | 01-17-2008 01:24 AM |
| here document to automate perl script that call script | hogger84 | Shell Programming and Scripting | 3 | 10-22-2007 11:15 AM |
| i want to call a oracle function in my shell script | dineshr85 | Shell Programming and Scripting | 4 | 10-16-2007 12:18 PM |
| How to call a perl script from a shell script | anumkoshy | Shell Programming and Scripting | 2 | 08-30-2007 05:23 AM |
| Writing a script to call another script | jsunish | Shell Programming and Scripting | 5 | 09-13-2006 01:07 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
call function in one script from another script
Hello experts,
Is it possible to call function in one script from another script? Example. Script 1: #!/bin/bash function1(){ } Script 2: #!/bin/bash #code to call function1 in Script 1 ![]() thanks you |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|