Created
March 5, 2011 05:13
-
-
Save glacjay/856140 to your computer and use it in GitHub Desktop.
Show a problem about CR/LF under Linux.
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
# Save this file using DOS's CR/LF. | |
export VAR1=blahblahblah | |
export VAR2=hello | |
export VAR1=$VAR1:$VAR2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment