From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/9.html | 100 -------------------------------------------------------- 1 file changed, 100 deletions(-) delete mode 100644 man/man1/9.html (limited to 'man/man1/9.html') diff --git a/man/man1/9.html b/man/man1/9.html deleted file mode 100644 index 1ddef719..00000000 --- a/man/man1/9.html +++ /dev/null @@ -1,100 +0,0 @@ - -9(1) - Plan 9 from User Space - - - - -
-
-
9(1)9(1) -
-
-

NAME
- -
- - 9 – run Plan 9 commands
- -
-

SYNOPSIS
- -
- - 9 cmd [ args ... ] -
- - . 9
-
-
-

DESCRIPTION
- -
- - Because Plan 9 supplies commands with the same name as but different - behavior than many basic Unix system commands (e.g., grep, sed, - mkdir, rm), it is not recommended to run with the Plan 9 bin directory - ahead of the system directories. -
- - 9 is a shell script that sets up a Plan 9 environment and runs - cmd . It sets $PLAN9 and adds $PLAN9/bin to the beginning of $PATH - before running cmd. -
- - If run with no arguments, 9 does not do anything. This is so that - it can be invoked from sh-style shells using . 9 in order to make - the current shell start running in the Plan 9 environment.
- -
-

EXAMPLES
- -
- - Search for greek in the password file:
- -
- - $ 9 grep '[α−ζ]' /etc/passwd
- -
-
- -
- Start an rc(1) with the Plan 9 commands in the path before the - system commands.
- -
- - 9 rc
-
-
- -
-

SOURCE
- -
- - /usr/local/plan9/bin/9
-
-
-

SEE ALSO
- -
- - intro(1)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3