|
How do i launch the script within a script?
Hi All,
I have a script written in csh, named "data2". I want to execute this script "data2" when i launch another script named "testing". However, i can't seemed to do that. Pls help.
For example
Script named "testing"
#!/bin/csh
data2
|