Problem : I am using backtrack5 in VMware on my system. I was trying to change my default shell to […]
Tag: ksh
How to write a script in ksh to exit from the terminal?
Problem : I am writing a shell script. I used case statement regarding certain stuff. I have an option/case as […]
Using a while loop to read a file, randomly stops reading the file in the middle [closed]
Problem : Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? […]
What does asterisk (*) meant in Linux for-loop
Problem : I have this .ksh script snippet: for type in * do cd ${DATA_HOME}/$type for mid in * do […]
ksh – Reading an unset variable into an array using the read command
Problem : I have the following ksh script, where $an_unset_var is an unset variable which is being used for the […]