# Description Allow users to run `web3-repl` in pipe mode in order to be able to pass data using unix pipes. For example: ``` bash > web3-repl -p http://localhost:8545 -e "web3.eth.blockNumber" > latestBlockNumber.txt ```