diff --git a/bash-scripting/printing-lines-in-reverse-order.md b/bash-scripting/printing-lines-in-reverse-order.md new file mode 100644 index 0000000..3ba8fba --- /dev/null +++ b/bash-scripting/printing-lines-in-reverse-order.md @@ -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.