Skip to content

Instantly share code, notes, and snippets.

@nexxos
Created December 18, 2013 10:13
Show Gist options
  • Save nexxos/8020039 to your computer and use it in GitHub Desktop.
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.)
# 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