Is it possible to print to the console all file content using only grep command? (wihtout cat, less, echo, more...)
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Of course. Every line has a beginning.
|
|||
|
cat. – Shadur Sep 28 '11 at 8:02grepmust be the reason... Interesting. – rozcietrzewiacz Sep 28 '11 at 8:57