web3-repl icon indicating copy to clipboard operation
web3-repl copied to clipboard

Pipe mode

Open AlanVerbner opened this issue 7 years ago • 0 comments

Description

Allow users to run web3-repl in pipe mode in order to be able to pass data using unix pipes.

For example:

> web3-repl -p http://localhost:8545 -e "web3.eth.blockNumber" > latestBlockNumber.txt

AlanVerbner avatar Sep 22 '18 17:09 AlanVerbner