MacOS has cat
, but not tac
. Fortunately, Vim came to the rescue with this command:
:global/^/move 0
Source: Superuser
MacOS has cat
, but not tac
. Fortunately, Vim came to the rescue with this command:
:global/^/move 0
Source: Superuser