j
k
j a
j l
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
:-)
Back to the thread
Back to the list