Home
last modified time | relevance | path

Searched refs:command (Results 1 – 21 of 21) sorted by relevance

/coreutils/doc/
Dcoreutils.texi210 * Modified command invocation:: chroot env nice nohup stdbuf timeout
283 @command{ptx}: Produce permuted indexes
289 * Compatibility in ptx:: The GNU extensions to @command{ptx}
303 @command{tr}: Translate, squeeze, and/or delete characters
314 * dircolors invocation:: Color setup for @command{ls}
316 @command{ls}: List directory contents
372 @command{test}: Check file types and compare values
380 @command{expr}: Evaluate expression
385 * Examples of expr:: Examples of using @command{expr}
406 @command{stty}: Print or change terminal characteristics
[all …]
Dsort-version.texi49 Two GNU Coreutils programs use version sort: @command{ls} and @command{sort}.
51 To list files in version sort order, use @command{ls}
66 To sort text files in version sort order, use @command{sort} with
568 because the sorting code is shared between the @command{ls} and @command{sort}
691 Indeed this is the order in which Debian's @command{dpkg} compares the strings.
719 because the sorting code is shared between the @command{ls} and @command{sort}
726 The Debian program @command{dpkg} (available on all Debian and Ubuntu
731 following snippet to your shell command-prompt):
742 Then compare two strings by calling @command{compver}:
750 Note that @command{dpkg} will warn if the strings have invalid syntax:
[all …]
Dperm.texi66 can change the owner and group of a file by using the @command{chown} and
67 @command{chgrp} commands.
114 the ext2 file system are set using @command{chattr}.
118 file system are set using @command{chflags}.
258 The above command does not affect the access that the owner of
458 @code{umask} command. Its default value varies from system to system.
579 more easily, by lessening the need to use @command{chmod} or
580 @command{chown} to share new files.
583 bits of directories. If commands like @command{chmod} and
584 @command{mkdir} routinely cleared these bits on directories, the
[all …]
Dfdl.texi5 @c hence no sectioning command or @node.
/coreutils/man/
Druncon.x2 runcon \- run command with specified security context
11 command.
Dchroot.x2 chroot \- run command or interactive shell with special root directory
Dnohup.x2 nohup \- run a command immune to hangups, with output to a non-tty
Dtimeout.x2 timeout \- run a command with a time limit
Dreadlink.x5 Note realpath(1) is the preferred command to use
Dchmod.x67 However, for each symbolic link listed on the command line,
/coreutils/tests/cp/
Dlink-deref.sh70 "$command" \
112 "$command" \
/coreutils/src/
Dtimeout.c86 static char const *command; variable
231 signame, quote (command)); in cleanup()
519 command = argv[0]; in main()
551 error (0, errno, _("failed to run command %s"), quote (command)); in main()
/coreutils/
DREADME-hacking85 Run the command "vc-dwim --initialize" from the top-level directory
88 Edit the (empty) ChangeLog file that this command creates, creating a
94 Run the command "vc-dwim" and make sure its output (the diff of all
99 Run the command "git format-patch --stdout -1", and email its output
DREADME-release27 * Check for new file system types by running the following command on
79 corresponding upload-to destination in the emitted gnupload command.
91 that was just created by that "make" command.
105 * Run the gnupload command that was suggested by your "make stable" run above.
DTODO105 ls: when both -l and --dereference-command-line-symlink-to-dir are
107 dereference command line symlinks to directories. Since -l has
108 an implicit --NO-dereference-command-line-symlink-to-dir meaning.
DNEWS80 ls now shows symlinks specified on the command line that can't be traversed.
250 runcon --compute no longer looks up the specified command in the $PATH
318 from errors from the invoked command.
470 distinguish if the command was more forcefully terminated.
535 df no longer mishandles command-line args that it pre-mounts
784 command 'sort /dev/null -o /dev/stdout | cat' no longer fails with
936 reject any command line argument that is mounted to a separate file system.
980 timeout will again notice its managed command exiting, even when
1148 after the command being monitored finishes. Also the system needs
1149 to have reallocated that command's pid in that short time window.
[all …]
DREADME-install87 user, and then to run the following command as that user in order
DHACKING20 a copy of the latest with this command:
75 changes. Use this command to save that single, most-recent change set:
544 With a repository created by git-1.5.6 or older, use this command:
584 The "git fsck ..." command creates the .git/lost-found/... hierarchy
DREADME95 run this command:
Dinit.cfg173 # Return true if command runs with the
190 # Determine the minimum required VM limit to run the given command.
/coreutils/.github/
DISSUE_TEMPLATE.txt44 * Include the exact command and parameters you have used.