#!/usr/bin/env bash #------------------------------------------------------------------------------- # Example 1 for Bash Tips show 21: the environment #------------------------------------------------------------------------------- # Not expected to be in the environment bt211C=somedata echo "Args: $*" printenv exit