Skip to content

Instantly share code, notes, and snippets.

@msimonin
Last active August 29, 2015 13:57
Show Gist options
  • Save msimonin/9651391 to your computer and use it in GitHub Desktop.
Save msimonin/9651391 to your computer and use it in GitHub Desktop.
# start time stop time -> starttime stoptime
sed -r 's/([^ 0-9]) ([^ 0-9])/\1\2/g'
# starttime stoptime -> starttime stoptime
sed 's/ */\ /g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment