in reply to Cannot print line
I'm not sure what the objective is here, but if all you want is the first line of a file, you can just use head to achieve that ..
tab@foo:~$ head -1 /etc/debconf.conf # This is the main config file for debconf. It tells debconf where to tab@foo:~$
|
|---|