Skip to content

Instantly share code, notes, and snippets.

@thikade
Created October 19, 2016 07:38
Show Gist options
  • Save thikade/4f8ac124b03e84f6962327e29bb96701 to your computer and use it in GitHub Desktop.
Save thikade/4f8ac124b03e84f6962327e29bb96701 to your computer and use it in GitHub Desktop.
set Terminal window title from cmd line
perl -e 'print("\e]0;@ARGV\7");' $HOSTNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment