Skip to content

Instantly share code, notes, and snippets.

@wwwins
Created March 13, 2017 07:34
Show Gist options
  • Select an option

  • Save wwwins/c5e5057e9eb590b534db5158314239dc to your computer and use it in GitHub Desktop.

Select an option

Save wwwins/c5e5057e9eb590b534db5158314239dc to your computer and use it in GitHub Desktop.
[args+sed] replace last character
$ echo "2.113770 1.062783 1.846117"|xargs -n 1|sed 's/[0-9]$/f,/'
2.11377f,
1.06278f,
1.84611f,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment