On Thu, Jun 04, 2009 at 10:11:37AM -0400, Jacques B. wrote:

> head -n 188 your_script | tail -n 3

> That will output lines 186-188 so that you have some context (in case

sed -n 186,188p your_script

:-)

-- 

rgds
Stephen
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to