Created
December 11, 2014 08:24
-
-
Save bjorand/0d1bd4f65f5038f13766 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
awk 'BEGIN{ser=strftime("%Y%m%d",systime() )*100+1} /serial/{sub($1,$1 < ser ? ser : $1+1)}1' $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment