Skip to content

Instantly share code, notes, and snippets.

@digitalex
Created March 16, 2012 11:34
Show Gist options
  • Save digitalex/2049689 to your computer and use it in GitHub Desktop.
Save digitalex/2049689 to your computer and use it in GitHub Desktop.
Delete lines with only 1 character
sed -E '/^.$/d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment