Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 373 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 373 Bytes

basename

summary

basename

install

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

usage

Usage of basename:
  -a, --multiple
    	support multiple arguments and treat each as a NAME
  -s, --suffix string
    	remove a trailing SUFFIX; implies -a
  -z, --zero
    	end each output line with NUL, not newline