pwd
From Homestar Runner Wiki
(Difference between revisions)
(→Appearances: Em dashes.) |
|||
Line 4: | Line 4: | ||
The <code>~</code> is a POSIX shorthand for "home directory", the equivalent of Windows's "My Documents" (eg <code>~peasantsquest</code> would mean the user peasantsquest's home directory). | The <code>~</code> is a POSIX shorthand for "home directory", the equivalent of Windows's "My Documents" (eg <code>~peasantsquest</code> would mean the user peasantsquest's home directory). | ||
==Appearances== | ==Appearances== | ||
- | *[[Thy Dungeonman II]] & | + | *[[Thy Dungeonman II]] — eg <code>~''X''dungeonman/DUNGEON/CELL</code> |
**The <code>''X''</code> is the first letter of the name you give at the start of the game | **The <code>''X''</code> is the first letter of the name you give at the start of the game | ||
- | *[[Peasant's Quest]] & | + | *[[Peasant's Quest]] — eg <code>~peasantsquest/Mountain Pass</code> |
- | *[[Thy Dungeonman 3]] & | + | *[[Thy Dungeonman 3]] — eg <code>Wastes of time/Dumb Games/Dungeonman 3/Yon Dungeon</code> |
[[Category:Word running gags]] | [[Category:Word running gags]] |
Revision as of 07:28, 19 November 2007
pwd is the POSIX (a standard for Unix-like systems) command for "print working directory." It has been used in most of Videlectrix's text adventures, as a secret command to show your location in a pseudo-POSIX directory style.
The ~
is a POSIX shorthand for "home directory", the equivalent of Windows's "My Documents" (eg ~peasantsquest
would mean the user peasantsquest's home directory).
Appearances
- Thy Dungeonman II — eg
~Xdungeonman/DUNGEON/CELL
- The
X
is the first letter of the name you give at the start of the game
- The
- Peasant's Quest — eg
~peasantsquest/Mountain Pass
- Thy Dungeonman 3 — eg
Wastes of time/Dumb Games/Dungeonman 3/Yon Dungeon