How do I read a file line by line under UNIX using KSH or BASH shell?
{ 8 comments }
I’ve written a Perl script that connects to our central server for me and it allows me feed data so that I make a timesheet later. How do I run my script when I log out from Apple OS X or Linux / UNIX workstation using bash shell?
{ 0 comments }
How do I kill all the UNIX jobs I created under my current login shell such as Bash or KSH before logout?
{ 0 comments }
I want to run a Unix command 100 times using a for loop from 1 to 100. Can you tell me how to take a block of numbers in a loop under KSH or BASH shell?
{ 0 comments }