Sunday, 17 June 2012

Write a shell script to display desired line from a file


read a;
       read b;
       head -$a desline.sh|tail -$b;

No comments:

Post a Comment