Skip to content

Instantly share code, notes, and snippets.

@hongkongkiwi
Created February 6, 2020 04:12
Show Gist options
  • Save hongkongkiwi/d20f4f85708fabe1e3dd3a91e116533e to your computer and use it in GitHub Desktop.
Save hongkongkiwi/d20f4f85708fabe1e3dd3a91e116533e to your computer and use it in GitHub Desktop.
Simple trim script that can be used in pipes
#!/bin/sh
awk '{$1=$1};1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment