Print the last lines or bytes of inputs like tail, runnable via moonx
Dependencies
printf '1\n2\n3\n4\n' | moonx bobzhang/tail -n 2
printf '1\n2\n3\n4\n' | moonx bobzhang/tail -n +3 # from line 3 to the endPrint the last lines or bytes of inputs like tail, runnable via moonx
Dependencies