Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 76) sorted by relevance

1234

/plan9/sys/src/cmd/postscript/buildtables/
H A DREADME3 needs a special table dependent shell library file to build the
4 tables (e.g. ../devLatin1/shell.lib).
H A Dbuildtables.sh67 LIBRARY=${LIBRARY:-${FONTDIR}/dev${DEVICE}/shell.lib}
/plan9/sys/src/cmd/mk/
H A Dplan9.c3 char *shell = "/bin/rc"; variable
196 execl(shell, shellname, shflags, args, nil); in execsh()
198 execl(shell, shellname, args, nil); in execsh()
199 perror(shell); in execsh()
259 execl(shell, shellname, shflags, "-c", cmd, nil); in pipecmd()
261 execl(shell, shellname, "-c", cmd, nil); in pipecmd()
262 perror(shell); in pipecmd()
H A Dmk.h152 extern char *shell;
/plan9/sys/src/ape/cmd/pdksh/
H A Dexec.c748 char *shell; local
750 shell = str_val(global(EXECSHELL_STR));
751 if (shell && *shell)
752 shell = search(shell, path, X_OK, (int *) 0);
753 if (!shell || !*shell)
754 shell = EXECSHELL;
824 shell = a0;
833 char *p = shell;
835 shell = str_val(global("EXECSHELL"));
836 if (shell && *shell)
[all …]
H A DREADME.Plan92 domain implementation of the Korn shell.
14 run the shell under Plan 9. For revision history and
H A Dmain.c429 shell(s, TRUE); /* doesn't return */
498 i = shell(s, FALSE);
517 return shell(s, FALSE);
524 shell(s, toplevel) in shell() function
H A DREADME14 etc., and is the login shell of ~5200 users.
136 This is only needed if you intend to use pdksh as a login shell (things
137 like ftp won't allow users to connect in if their shell isn't in this
183 * and a description of how to repeat the bug (a small shell
/plan9/usr/glenda/
H A Dreadme.rio17 shell window will give you a menu with the following
48 New windows will contain the rc shell. Invoking a rio
49 program from the shell will allow that program to take
51 shell (e.g. &, fg, bg), you just create another window
100 In the shell window button 2 will invoke a pop-up menu.
144 similar facilities to UNIX's Bourne shell. See the
150 rc shell command interpreter is one such program.
157 will be interpreted by rc shell.
/plan9/sys/src/cmd/ssh2/
H A Dsshsession.c22 char *shell; variable
194 shell = "/bin/rc -il"; in main()
213 shell = EARGF(usage()); in main()
296 snprint(cmd, sizeof cmd, "-s%s", shell); in forkshell()
/plan9/sys/src/cmd/db/
H A Dcommand.c88 shell(); in command()
285 shell(void) in shell() function
H A Dfns.h80 void shell(void);
/plan9/sys/src/cmd/sam/
H A Dmkfile19 shell.$O\
/plan9/sys/doc/
H A Dlp.ms19 is shell script, which can be easily modified.
53 are easily modified shell scripts and the user need not
70 All the shell scripts (see
82 that are not shell scripts can most often be found
89 by the shell variable
92 with this shell variable as their root.
135 interpreted by the shell language as a metacharacter.
169 is one of the shell scripts in the
241 options, the shell variable settings, and description of the options.
252 option shell variable action
[all …]
H A Drc.ms3 .Tm shell programming language g
21 Bourne shell,
27 with the Bourne shell, a model that many readers will be familiar with.
34 Bourne shell. This paper describes
37 It assumes familiarity with the Bourne shell.
43 has syntax familiar to Bourne-shell users.
110 UNIX's Bourne shell offers string-valued variables.
181 the same thing (in Bourne's shell, they are
304 look more like the Bourne shell. For example, this:
1334 Any successor of the Bourne shell is bound to
[all …]
H A Dlexnames.ms60 Consider the following unedited transcript of a session running the Bourne shell on a modern
126 more predictable, the Korn shell
134 command must be a builtin in any shell, since the current directory is unique to each process.)
151 This transcript begins with a Bourne shell running:
161 This result is encouraging. Another example, again starting from a Bourne shell:
175 the Korn shell is providing more sensible behavior,
205 The Korn shell is hiding the problem, not solving it, and in fact is not even hiding it very well.
207 A deeper question is whether the shell should even be trying to make
214 library call and every program that uses it will behave differently from the shell,
218 with the Korn shell's
[all …]
/plan9/sys/src/cmd/postscript/trofftable/
H A Dtrofftable.sh90 . ${LIBRARY:-${FONTDIR}/dev${DEVICE}/shell.lib}
H A Dtrofftable.rc67 echo $0: no device or shell library >[1=2]
/plan9/sys/src/ape/cmd/
H A DREADME20 cd shell builtins
134 read shell builtin
/plan9/sys/lib/man/
H A Dpreface44 a dialect of C with simple inheritance, a simplified shell,
58 Tom Duff, the shell and raster graphics;
/plan9/sys/src/ape/cmd/patch/
H A DINSTALL6 The `configure' shell script attempts to guess correct values for
10 definitions. Finally, it creates a shell script `config.status' that
60 a Bourne-compatible shell, you can do that on the command line like
146 you can create a site shell script called `config.site' that gives
/plan9/sys/src/cmd/postscript/
H A DREADME144 the chown command. You may be forced to build a simple chgrp shell
149 Use the Bourne shell. chown is should be in /usr/etc. Add /usr/etc
178 white space from the shell.
/plan9/sys/lib/troff/font/devutf/charlib/
H A DLH.example80 % 11: Update the width field assigned to LH in file ../shell.lib. The
85 % but changes to files devLatin1/S1 and devLatin1/shell.lib must be
/plan9/sys/src/cmd/unix/
H A DREADME25 Winstart is a shell script to be used with the plumber
/plan9/sys/lib/dist/pc/inst/
H A Dmountdist165 echo This is a simple shell. Commands are:

1234