Zend certified PHP/Magento developer

how to output only a specific known line number using cat or head/tail

I know how to use head or tail to output a certain number of lines, but how do I output only a specific line number(s)?

Something like:

head --only-line=73 <file>