Created
May 25, 2017 13:52
-
-
Save marcocarvalho/db2390049b01ada959da77e3291a8cac to your computer and use it in GitHub Desktop.
SED incluir uma linha a cada X linhas
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
sed '0~1000 s/$/\nlogit/g' < filename > filename2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment