Skip to content

Instantly share code, notes, and snippets.

@eiri
Last active September 30, 2022 06:52
Show Gist options
  • Save eiri/193172728318fd5b41384e8ee2390fb1 to your computer and use it in GitHub Desktop.
Save eiri/193172728318fd5b41384e8ee2390fb1 to your computer and use it in GitHub Desktop.
Quick check on erlang version from command line
$ erl -noshell -eval 'erlang:display(erlang:system_info(system_version))' -eval 'init:stop()'
"Erlang/OTP 20 [erts-9.1.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment