Created
October 11, 2018 14:54
-
-
Save bisignam/95f35f35692fe20d920f8006f81dd22d to your computer and use it in GitHub Desktop.
Awk trim leading zeros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gsub ("^0*", "", string); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment