Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 345 Bytes

tac

install

env GOPATH=`pwd` go get -u github.com/guonaihong/coreutils/tac/tac

usage

Usage of tac:
  -b, --before
    	attach the separator before instead of after
  -r, --regex
    	interpret the separator as a regular expression
  -s, --separator string
    	use STRING as the separator instead of newline