Created
December 18, 2013 10:13
-
-
Save nexxos/8020039 to your computer and use it in GitHub Desktop.
Notes for Windows CLI equivalents to Linux and/or Mac OSX. First line is Linux/OSX, second line Windows. (File extensions used for legibility / analogy's sake.)
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
# Create new file: | |
touch newfile.txt | |
type nul >> newfile.txt | |
# Open file (from current directory) in default application: | |
open newfile.txt | |
start newfile.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment