uutils-coreutils - Man Page

coreutils

Synopsis

coreutils [-h|--help] [subcommands]

Description

Options

-h,  --help

Print help

Subcommands

coreutils-base32(1)

encode/decode data and print to standard output With no FILE, or when FILE is -, read standard input.

The data are encoded as described for the base32 alphabet in RFC 4648. When decoding, the input may contain newlines in addition to the bytes of the formal base32 alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream.

coreutils-base64(1)

encode/decode data and print to standard output With no FILE, or when FILE is -, read standard input.

The data are encoded as described for the base32 alphabet in RFC 4648. When decoding, the input may contain newlines in addition to the bytes of the formal base32 alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream.

coreutils-basename(1)

Print NAME with any leading directory components removed If specified, also remove a trailing SUFFIX

coreutils-basenc(1)

Encode/decode data and print to standard output With no FILE, or when FILE is -, read standard input.

When decoding, the input may contain newlines in addition to the bytes of the formal alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream.

coreutils-cat(1)

Concatenate FILE(s), or standard input, to standard output With no FILE, or when FILE is -, read standard input.

coreutils-chcon(1)

Change the SELinux security context of each FILE to CONTEXT. With --reference, change the security context of each FILE to that of RFILE.

coreutils-cksum(1)

Print CRC and size for each file

coreutils-comm(1)

Compare two sorted files line by line.

When FILE1 or FILE2 (not both) is -, read standard input.

With no options, produce three-column output. Column one contains lines unique to FILE1, column two contains lines unique to FILE2, and column three contains lines common to both files.

coreutils-cp(1)

Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.

coreutils-csplit(1)

Split a file into sections determined by context lines

coreutils-cut(1)

Prints specified byte or field columns from each line of stdin or the input files

coreutils-date(1)

Print or set the system date and time

coreutils-dd(1)

Copy, and optionally convert, a file system resource

coreutils-df(1)

Show information about the file system on which each FILE resides, or all file systems by default.

coreutils-dir(1)

List directory contents. Ignore files and directories starting with a '.' by default

coreutils-dircolors(1)

Output commands to set the LS_COLORS environment variable.

coreutils-dirname(1)

Strip last component from file name

coreutils-du(1)

Estimate file space usage

coreutils-echo(1)

Display a line of text

coreutils-env(1)

Set each NAME to VALUE in the environment and run COMMAND

coreutils-expand(1)

Convert tabs in each `FILE` to spaces, writing to standard output. With no `FILE`, or when `FILE` is `-`, read standard input.

coreutils-expr(1)

Print the value of `EXPRESSION` to standard output

coreutils-factor(1)

Print the prime factors of the given NUMBER(s). If none are specified, read from standard input.

coreutils-false(1)

Returns false, an unsuccessful exit status.

Immediately returns with the exit status `1`. When invoked with one of the recognized options it will try to write the help or version text. Any IO error during this operation is diagnosed, yet the program will also return `1`.

coreutils-fmt(1)

Reformat paragraphs from input files (or stdin) to stdout.

coreutils-fold(1)

Writes each file (or standard input if no files are given) to standard output whilst breaking long lines

coreutils-hashsum(1)

Compute and check message digests.

coreutils-md5sum(1)

Compute and check message digests.

coreutils-sha1sum(1)

Compute and check message digests.

coreutils-sha224sum(1)

Compute and check message digests.

coreutils-sha256sum(1)

Compute and check message digests.

coreutils-sha384sum(1)

Compute and check message digests.

coreutils-sha512sum(1)

Compute and check message digests.

coreutils-sha3sum(1)

Compute and check message digests.

coreutils-sha3-224sum(1)

Compute and check message digests.

coreutils-sha3-256sum(1)

Compute and check message digests.

coreutils-sha3-384sum(1)

Compute and check message digests.

coreutils-sha3-512sum(1)

Compute and check message digests.

coreutils-shake128sum(1)

Compute and check message digests.

coreutils-shake256sum(1)

Compute and check message digests.

coreutils-b2sum(1)

Compute and check message digests.

coreutils-b3sum(1)

Compute and check message digests.

coreutils-head(1)

Print the first 10 lines of each `FILE` to standard output. With more than one `FILE`, precede each with a header giving the file name. With no `FILE`, or when `FILE` is `-`, read standard input.

Mandatory arguments to long flags are mandatory for short flags too.

coreutils-id(1)

Print user and group information for each specified `USER`, or (when `USER` omitted) for the current user.

coreutils-join(1)

For each pair of input lines with identical join fields, write a line to standard output. The default join field is the first, delimited by blanks.

When `FILE1` or `FILE2` (not both) is `-`, read standard input.

coreutils-link(1)

Call the link function to create a link named FILE2 to an existing FILE1.

coreutils-ln(1)

Make links between files.

coreutils-ls(1)

List directory contents. Ignore files and directories starting with a '.' by default

coreutils-mkdir(1)

Create the given DIRECTORY(ies) if they do not exist

coreutils-mktemp(1)

Create a temporary file or directory.

coreutils-more(1)

Display the contents of a text file

coreutils-mv(1)

Move `SOURCE` to `DEST`, or multiple `SOURCE`(s) to `DIRECTORY`.

coreutils-nl(1)

Number lines of files

coreutils-numfmt(1)

Convert numbers from/to human-readable strings

coreutils-od(1)

Dump files in octal and other formats

coreutils-paste(1)

Write lines consisting of the sequentially corresponding lines from each `FILE`, separated by `TAB`s, to standard output.

coreutils-pr(1)

Write content of given file or standard input to standard output with pagination filter

coreutils-printenv(1)

Display the values of the specified environment VARIABLE(s), or (with no VARIABLE) display name and value pairs for them all.

coreutils-printf(1)

Print output based off of the format string and proceeding arguments.

coreutils-ptx(1)

Produce a permuted index of file contents Output a permuted index, including context, of the words in the input files. Mandatory arguments to long options are mandatory for short options too. With no FILE, or when FILE is -, read standard input. Default is '-F /'.

coreutils-pwd(1)

Display the full filename of the current working directory.

coreutils-readlink(1)

Print value of a symbolic link or canonical file name.

coreutils-realpath(1)

Print the resolved path

coreutils-rm(1)

Remove (unlink) the FILE(s)

coreutils-rmdir(1)

Remove the DIRECTORY(ies), if they are empty.

coreutils-runcon(1)

Run command with specified security context under SELinux enabled systems.

coreutils-seq(1)

Display numbers from FIRST to LAST, in steps of INCREMENT.

coreutils-shred(1)

Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data.

coreutils-shuf(1)

Shuffle the input by outputting a random permutation of input lines. Each output permutation is equally likely. With no FILE, or when FILE is -, read standard input.

coreutils-sleep(1)

Pause for NUMBER seconds.

coreutils-sort(1)

Display sorted concatenation of all FILE(s). With no FILE, or when FILE is -, read standard input.

coreutils-split(1)

Create output files containing consecutive or interleaved sections of input

coreutils-sum(1)

Checksum and count the blocks in a file.

With no FILE, or when FILE is -, read standard input.

coreutils-tac(1)

Write each file to standard output, last line first.

coreutils-tail(1)

Print the last 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input.

Mandatory arguments to long flags are mandatory for short flags too.

coreutils-tee(1)

Copy standard input to each FILE, and also to standard output.

coreutils-touch(1)

Update the access and modification times of each `FILE` to the current time.

coreutils-tr(1)

Translate or delete characters

coreutils-true(1)

Returns true, a successful exit status.

Immediately returns with the exit status `0`, except when invoked with one of the recognized options. In those cases it will try to write the help or version text. Any IO error during this operation causes the program to return `1` instead.

coreutils-truncate(1)

Shrink or extend the size of each file to the specified size.

coreutils-tsort(1)

Topological sort the strings in FILE. Strings are defined as any sequence of tokens separated by whitespace (tab, space, or newline), ordering them based on dependencies in a directed acyclic graph (DAG).  Useful for scheduling and determining execution order. If FILE is not passed in, stdin is used instead.

coreutils-unexpand(1)

Convert blanks in each `FILE` to tabs, writing to standard output. With no `FILE`, or when `FILE` is `-`, read standard input.

coreutils-uniq(1)

Report or omit repeated lines.

coreutils-unlink(1)

Unlink the file at `FILE`.

coreutils-test(1)

Check file types and compare values.

coreutils-[(1)

Check file types and compare values.

coreutils-vdir(1)

List directory contents. Ignore files and directories starting with a '.' by default

coreutils-wc(1)

Display newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified. With no FILE, or when FILE is -, read standard input.

coreutils-yes(1)

Repeatedly display a line with STRING (or 'y')

coreutils-help(1)

Print this message or the help of the given subcommand(s)

Info

coreutils