zhou-lab/biscuit

Get biscuit version into a file

Closed this issue · 2 comments

Hi,

How can I get biscuit version into a file?

Running >biscuit gives the version, but it cannot be written into a file.

What can I do?

Hi @efratushava you could try:

your_biscuit_executable 2>&1 | grep "Version"

Cheers,
Ben

great, thank you!