#!/usr/bin/env bash # insert a tab char from the command line: # echo "hi$(tabchar)there" # # => "hi there" echo -n -e '\t'