![]() |
Into to shell programmin in unix
My problem is that how to save the shell script in vi editor and then how to run it in ksh
|
Re: Into to shell programmin in unix
after typing the script in vi editor use
:wq for saving the file (in command mode) then make the file executable chmod +x filename execute using ksh ksh filename Happy scripting |
| All times are GMT +5.5. The time now is 05:25. |