Put is a tool written in C++ for writing text to the standard output that has more features than echo
.
Install the Put repository using git clone
.
git clone https://github.com/Unlimiter/put
To compile Put, type the command make
while on the repository directory. This will generate the put
binary.
And to open the manpage for Put, first you need to sudo make install
, then you can man put
to open the manpage.
put [-hvneE|-d=DELAY|-t=TIMEOUT] [ARG...]
For a complete usage reference, see the file USAGE.txt
.
If you experience any problem with this repository, please open an issue.
If the problem is related to git, please check here.