#!/bin/bash # 2>&1 is needed since help output is redirected to stderr. elixir -h 2>&1 | head elixirc -h 2>&1 | head iex -h 2>&1 | head elixir --short-version