You can't directly call a function in another shell script. You can move your function definitions into a separate file and then load them ... ... <看更多>
It would be enough create a script file that contain your framework functions like this: /tmp/framework.sh # Define a serie of functions of ... ... <看更多>
What language does your question apply to? (e.g. C#, JavaScript, Java, All) Shell scripting Question I am in need of executing a Linux Shell ... ... <看更多>
Run a shell script from the command line. ... special variables $1 , $2 , $3 , which refer to the first, second, third command-line arguments, respectively. ... <看更多>