Package uutils-coreutils

coreutils ~ GNU coreutils reimplementation in Rust

https://crates.io/crates/coreutils

coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust.

Version: 0.7.0

General Commands

uu_[ Check file types and compare values.
uu_arch Display machine architecture
uu_b2sum Print or check the BLAKE2b checksums
uu_base32 encode/decode data and print to standard output With no FILE, or when FILE is -, read standard input.
uu_base64 encode/decode data and print to standard output With no FILE, or when FILE is -, read standard input.
uu_basename Print NAME with any leading directory components removed If specified, also remove a trailing SUFFIX
uu_basenc Encode/decode data and print to standard output With no FILE, or when FILE is -, read standard input.
uu_cat Concatenate FILE(s), or standard input, to standard output With no FILE, or when FILE is -, read standard input.
uu_chcon Change the SELinux security context of each FILE to CONTEXT. With --reference, change the security context of each FILE to that of RFILE.
uu_chgrp Change the group of each FILE to GROUP.
uu_chmod Change the mode of each FILE to MODE. With --reference, change the mode of each FILE to that of RFILE.
uu_chown Change file owner and group
uu_chroot Run COMMAND with root directory set to NEWROOT.
uu_cksum Print CRC and size for each file
uu_comm Compare two sorted files line by line. When FILE1 or FILE2 (not both) is -, read standard input.
uu_cp Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
uu_csplit Split a file into sections determined by context lines
uu_cut Prints specified byte or field columns from each line of stdin or the input files
uu_date Print or set the system date and time
uu_dd Copy, and optionally convert, a file system resource
uu_df Show information about the file system on which each FILE resides, or all file systems by default.
uu_dir List directory contents. Ignore files and directories starting with a '.' by default
uu_dircolors Output commands to set the LS_COLORS environment variable.
uu_dirname Strip last component from file name
uu_du Estimate file space usage
uu_echo Display a line of text
uu_env Set each NAME to VALUE in the environment and run COMMAND
uu_expand Convert tabs in each FILE to spaces, writing to standard output. With no FILE, or when FILE is -, read standard input.
uu_expr Print the value of EXPRESSION to standard output
uu_factor Print the prime factors of the given NUMBER(s). If none are specified, read from standard input.
uu_false Returns false, an unsuccessful exit status. Immediately returns with the exit status 1.
uu_fmt Reformat paragraphs from input (or standard input) to stdout.
uu_fold Writes each file (or standard input if no files are given) to standard output whilst breaking long lines
uu_groups Print group memberships for each USERNAME or, if no USERNAME is specified, for the current process (which may differ if the groups data‐base has changed).
uu_head 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.
uu_hostid Print the numeric identifier (in hexadecimal) for the current host
uu_hostname Display or set the system's host name.
uu_id Print user and group information for each specified USER, or (when USER omitted) for the current user.
uu_install Copy SOURCE to DEST or multiple SOURCE(s) to the existing DIRECTORY, while setting permission modes and owner/group
uu_join 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.
uu_kill Send signal to processes or list information about signals.
uu_link Call the link function to create a link named FILE2 to an existing FILE1.
uu_ln Make links between files.
uu_logname Print user's login name
uu_ls List directory contents. Ignore files and directories starting with a '.' by default
uu_md5sum Print or check the MD5 checksums
uu_mkdir Create the given DIRECTORY(ies) if they do not exist
uu_mkfifo Create a FIFO with the given name.
uu_mknod Create the special file NAME of the given TYPE.
uu_mktemp Create a temporary file or directory.
uu_more Display the contents of a text file
uu_mv Move SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
uu_nice Run COMMAND with an adjusted niceness, which affects process scheduling. With no COMMAND, print the current niceness. Niceness values range from -20 (most…
uu_nl Number lines of files
uu_nohup Run COMMAND ignoring hangup signals.
uu_nproc Print the number of cores available to the current process. If the OMP_NUM_THREADS or OMP_THREAD_LIMIT environment variables are set, then they will determine…
uu_numfmt Convert numbers from/to human-readable strings
uu_od Dump files in octal and other formats
uu_paste Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output.
uu_pathchk Check whether file names are valid or portable
uu_pinky Displays brief user information on Unix-based systems
uu_pr paginate or columnate FILE(s) for printing
uu_printenv Display the values of the specified environment VARIABLE(s), or (with no VARIABLE) display name and value pairs for them all.
uu_printf Print output based off of the format string and proceeding arguments.
uu_ptx 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…
uu_pwd Display the full filename of the current working directory.
uu_readlink Print value of a symbolic link or canonical file name.
uu_realpath Print the resolved path
uu_rm Remove (unlink) the FILE(s)
uu_rmdir Remove the DIRECTORY(ies), if they are empty.
uu_runcon Run command with specified security context under SELinux enabled systems.
uu_seq Display numbers from FIRST to LAST, in steps of INCREMENT.
uu_sha1sum Print or check the SHA1 checksums
uu_sha224sum Print or check the SHA224 checksums
uu_sha256sum Print or check the SHA256 checksums
uu_sha384sum Print or check the SHA384 checksums
uu_sha512sum Print or check the SHA512 checksums
uu_shred Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data.
uu_shuf 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…
uu_sleep Pause for NUMBER seconds.
uu_sort Display sorted concatenation of all FILE(s). With no FILE, or when FILE is -, read standard input.
uu_split Create output files containing consecutive or interleaved sections of input
uu_stat Display file or file system status.
uu_stdbuf Run COMMAND, with modified buffering operations for its standard streams.
uu_stty Print or change terminal characteristics.
uu_sum Checksum and count the blocks in a file. With no FILE, or when FILE is -, read standard input.
uu_sync Synchronize cached writes to persistent storage
uu_tac Write each file to standard output, last line first.
uu_tail 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…
uu_tee Copy standard input to each FILE, and also to standard output.
uu_test Check file types and compare values.
uu_timeout Start COMMAND, and kill it if still running after DURATION.
uu_touch Update the access and modification times of each FILE to the current time.
uu_tr Translate or delete characters
uu_true Returns true, a successful exit status. Immediately returns with the exit status 0, except when invoked with one of the recognized options.
uu_truncate Shrink or extend the size of each file to the specified size.
uu_tsort 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…
uu_tty Print the file name of the terminal connected to standard input.
uu_uname Print certain system information. With no OPTION, same as -s.
uu_unexpand Convert blanks in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input.
uu_uniq Report or omit repeated lines.
uu_unlink Unlink the file at FILE.
uu_uptime Display the current time, the length of time the system has been up, the number of users on the system, and the average number of jobs in the run queue over the…
uu_users Print the user names of users currently logged in to the current host.
uu_vdir
uu_wc Print newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified.
uu_who Print information about users who are currently logged in.
uu_whoami Print the current username.
uu_yes Repeatedly display a line with STRING (or 'y')
uutils-coreutils coreutils