Searched in google for a while and found it's pretty easy,
#!/bin/sh
#************************************************************************
# Entity Id :
# bash code
...
. file1 #(' . ' will include file 1 to this bash file)
....
# the perl codes
perl -e ' ...
...
... '
# bash code
...
#!/bin/sh
#************************************************************************
# Entity Id :
# bash code
...
. file1 #(' . ' will include file 1 to this bash file)
....
# the perl codes
perl -e ' ...
...
... '
# bash code
...
Comments
Post a Comment