Created
November 19, 2015 08:59
-
-
Save feitang0/e6d1644b566bd00ba661 to your computer and use it in GitHub Desktop.
Linux trick
This file contains hidden or 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
# add lines to the beginning of file | |
sed -i '1s/^/<added text>\n/' file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment