Home
last modified time | relevance | path

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

/coreutils/src/
Ddircolors.c131 char *shell; in guess_shell_syntax() local
133 shell = getenv ("SHELL"); in guess_shell_syntax()
134 if (shell == nullptr || *shell == '\0') in guess_shell_syntax()
137 shell = last_component (shell); in guess_shell_syntax()
139 if (STREQ (shell, "csh") || STREQ (shell, "tcsh")) in guess_shell_syntax()
Dchroot.c339 char *shell = getenv ("SHELL"); in main() local
340 if (shell == nullptr) in main()
341 shell = bad_cast ("/bin/sh"); in main()
342 argv[0] = shell; in main()
/coreutils/man/
Dchroot.x2 chroot \- run command or interactive shell with special root directory
Dtr.x10 in the shell by running
/coreutils/tests/ls/
Dquote-align.sh51 ls $opt -R --quoting=shell-escape --color=always "$dirname" >> out || fail=1
/coreutils/
Dbootstrap668 /bin/sh or the shell \$CONFIG_SHELL
681 contents are read as shell variables to configure the bootstrap.
907 contents are read as shell variables to configure the bootstrap.
1373 /bin/sh or the shell \$CONFIG_SHELL
1388 contents are read as shell variables to configure the bootstrap.
DREADME-release59 If testing on systems with a non standard default shell, spurious failures
Dconfigure.ac598 dnl saving that list in the $no_install_progs_default shell variable.
DNEWS783 when outputting to less-common file types. For example, the shell
1050 [bug introduced in the bourne-shell-to-C rewrite for coreutils-6.11]
1412 ls now quotes file names unambiguously and appropriate for use in a shell,
1443 by quoting names containing '\n' characters; appropriate for use in a shell.
2496 directly from a shell prompt, where the command is interactive or needs to
4814 dircolors's documentation now recommends that shell scripts eval
4815 "`dircolors`" rather than `dircolors`, to avoid shell expansion pitfalls.
4926 To get tee's old behavior, use the shell command "(trap '' PIPE; tee)".
5022 the following shell command converts from Paris to New York time:
5098 and then exited that remote shell, the ssh session would hang until the
[all …]
/coreutils/tests/
Dinit.sh204 test -z "$marginal_" && skip_ failed to find an adequate shell
/coreutils/doc/
Dcoreutils.texi29 * Coreutils: (coreutils). Core GNU (file, text, shell) utilities.
184 @cindex shell utilities
688 @cindex conflicts with shell built-ins
689 @cindex built-in shell commands, conflicts with
690 Due to shell aliases and built-in @command{\cmd\} functions, using an
694 from the shell.
1310 shell command, but that requires more human labor and brain power than
1462 specify @option{--preserve-root} in an alias or in a shell function.
1595 @c "coreutils invocation", so that shell commands like
1880 (Remember to protect @samp{\} or other metacharacters from shell
[all …]
Dsort-version.texi730 To use it, create a helper shell function (simply copy & paste the
731 following snippet to your shell command-prompt):