Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 324 Bytes

echo

summary

echo

install

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

usage

Usage of echo:
  -E    disable interpretation of backslash escapes (default) (default true)
  -e    enable interpretation of backslash escapes
  -n    do not output the trailing newline