Operating System - HP-UX
1758594 Members
1878 Online
108872 Solutions
New Discussion

parse and check file and starts a another sub script

 
SOLVED
Go to solution
Michael Steele_2
Honored Contributor

Re: parse and check file and starts a another sub script

Is this for Perl or KSH?


Why are you doing this?

#!/usr/bin/ksh
exec 0
What exactly are your questions?
Support Fatherhood - Stop Family Law
Billa-User
Regular Advisor

Re: parse and check file and starts a another sub script

hello,

it is a mix between PERL and SHELL (KSH).

What exactly are your questions?

i create an output with PERL and want to use it in SHELL with "xargs"

why this:
#!/usr/bin/ksh
exec 0
because i want to ask for an input in the sub-script like:

echo "input: "
read input

i was also a questions in this forum of me, ask for an input with "xargs"

regards