pwd

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(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]] &ndash; eg <code>~''X''dungeonman/DUNGEON/CELL</code>
+
*[[Thy Dungeonman II]] &mdash; 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]] &ndash; eg <code>~peasantsquest/Mountain Pass</code>
+
*[[Peasant's Quest]] &mdash; eg <code>~peasantsquest/Mountain Pass</code>
-
*[[Thy Dungeonman 3]] &ndash; eg <code>Wastes of time/Dumb Games/Dungeonman 3/Yon Dungeon</code>
+
*[[Thy Dungeonman 3]] &mdash; 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

The working directory is printed, man.

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
  • Peasant's Quest — eg ~peasantsquest/Mountain Pass
  • Thy Dungeonman 3 — eg Wastes of time/Dumb Games/Dungeonman 3/Yon Dungeon
Personal tools