Search Results

Search: Posts Made By: tarunmudgal4u
20,705
Posted By tarunmudgal4u
Thanks a lot you all guys for such a useful...
Thanks a lot you all guys for such a useful information :)
20,705
Posted By tarunmudgal4u
Thanks guys ! Still there is one doubt! ...
Thanks guys !

Still there is one doubt!

what happens when we source a script having shebang statement of C shell(for instance) into the script having shebang statement of K shell?

In this...
20,705
Posted By tarunmudgal4u
Can we use two shebang statements in a single shell script?
Hi,

As per my understanding, we can use two shebang statements in a single shell script. Please see below snippet-

#!/bin/bash
.......## some code A
#!/bin/csh
.......## some code B
exit 0;...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy