4 Matching Annotations
- Mar 2016
-
programminghistorian.org programminghistorian.org
-
tutorial_compostion
Is the 'i' in composition meant to be missing here? If copying and pasting, it creates two .txt files from this and the next command where composition is spelled correctly
-
- Feb 2016
-
programminghistorian.org programminghistorian.org
-
Replace
Might make more sense to word the instructions "search for"..."replace with" rather than "replace"..."with" to match the style that LibreOffice uses
-
/
A bit confusing to use "</t>" as a distinguishable text marker for first time users as it is too close to the tab regular expression for LibreOffice, <\t>
-
-
programminghistorian.org programminghistorian.org
-
help
This is confusing for Windows users following the tutorial. Does
help pwd
bring up the same options as in OS X/Linux? What abouthelp ls
, which didn't work using GitBash on Windows, ratherls --help
brought up the manual options similar toman ls
in OS X/Linux.
-