Questions tagged [tac]

5 questions
6
votes
2 answers

reverse file character by character using tac

I want to use the tacto reverse a text file character by character. On the info page for coreutils I found an example saying: #Reverse a file character by character tac -r -s 'x\|[^x]' However running tac -r -s seems to open standard input instead…
Weezy
  • 599