This commit is contained in:
MIke Horwath 2018-10-01 23:49:14 +00:00 committed by GitHub
commit badcf87d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

6
v2.0/source/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.DS_Store
*.plan
*.swp
.idea
~*
*~

View file

@ -38,7 +38,7 @@
<object> indicates a syntactic variable.
COMMAND invokation
COMMAND invocation
COMMAND [[<drive>:]<path>] [<cttydev>] [-D] [-P] [-C <string>]
@ -810,4 +810,4 @@ A>DIR | SORT /+14 | MORE
will do the same thing except that MORE will give you a chance
to read the directory before it scrolls off the screen.