1
0
mirror of https://github.com/sahinakkaya/til.git synced 2025-04-04 10:52:07 +02:00

TIL: Printing lines in reverse order

This commit is contained in:
Şahin Akkaya 2022-11-03 01:58:02 +03:00
parent ad45a7836d
commit 9d6e99cc5c

View File

@ -0,0 +1,6 @@
\- How can you see the contents of a file?
\+ *`cat`*
\- What if you want to see the lines in reverse order?
\+ `tac`
No, it is not just a joke. Try it... Man I love Gnoo slash Linux.