Skip to content

Instantly share code, notes, and snippets.

@baldwinsung
Created October 22, 2024 18:29
Show Gist options
  • Save baldwinsung/b8bf5bd3fa7152ece2cbd77eb41cf91b to your computer and use it in GitHub Desktop.
Save baldwinsung/b8bf5bd3fa7152ece2cbd77eb41cf91b to your computer and use it in GitHub Desktop.
sed get rid of whitespace
cat foo | sed 's/^[[:space:]]*//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment