Forrest logo
back to context overview

tac

List of commands for tac:

  • tac:tldr:22666 tac: Use a specific [r]egex as a [s]eparator.
    $ tac -r -s ${separator} ${filename1 filename2 ---}
    try on your machine
    explain this command
  • tac:tldr:316db tac: Concatenate specific files in reversed order.
    $ tac ${filename1 filename2 ---}
    try on your machine
    explain this command
  • tac:tldr:39368 tac: Display `stdin` in reversed order.
    $ ${cat filename} | tac
    try on your machine
    explain this command
  • tac:tldr:3cf73 tac: Use a separator [b]efore each file.
    $ tac -b ${filename1 filename2 ---}
    try on your machine
    explain this command
  • tac:tldr:3cff7 tac: Use a specific separator.
    $ tac --separator ${,} ${filename1 filename2 ---}
    try on your machine
    explain this command
  • tac:tldr:504c4 tac: Use a separator before each file.
    $ tac --before ${filename1 filename2 ---}
    try on your machine
    explain this command
  • tac:tldr:73231 tac: Use a specific regex as a separator.
    $ tac --regex --separator ${[,;]} ${filename1 filename2 ---}
    try on your machine
    explain this command
  • tac:tldr:ac218 tac: Use a specific [s]eparator.
    $ tac -s ${separator} ${filename1 filename2 ---}
    try on your machine
    explain this command
back to context overview