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
<# | |
switch between crlf and lf much like unix2dos and dos2unix but implemented in powershell. | |
put two functions into your $PROFILE and call like the following: | |
default params is your current working dir and ignoring .git and vendor dirs | |
crlf file.txt | |
crlf ./dir @(".git", "vendor") | |
lf file.txt |
NewerOlder