./monero-wallet-cli --wallet-file=XXXX --daemon-address YYYYY --command "balance"
When I use the above command, it gives me the ability to see my balance, but how do I make it where it doesn't output the startup message when monero cli starts?
End result, I just want to be able to output the balance and save it to a file or pass it into an argument of another command like grep.
