Update menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-07-18 22:01:24 +02:00
parent 483405a9b0
commit 4eed2c6c50
303 changed files with 409 additions and 379 deletions

View File

@ -18,7 +18,7 @@
*/
//config:config AR
//config: bool "ar"
//config: bool "ar (9.5 kb)"
//config: default n # needs to be improved to be able to replace binutils ar
//config: help
//config: ar is an archival utility program used to create, modify, and

View File

@ -237,7 +237,7 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext)
//usage: "\n -f Overwrite"
//config:config UNCOMPRESS
//config: bool "uncompress"
//config: bool "uncompress (7.1 kb)"
//config: default n # ancient
//config: help
//config: uncompress is used to decompress archives created by compress.
@ -312,7 +312,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config GUNZIP
//config: bool "gunzip"
//config: bool "gunzip (12 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@ -321,7 +321,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//config: an archive, without decompressing it.
//config:
//config:config ZCAT
//config: bool "zcat"
//config: bool "zcat (25 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@ -425,7 +425,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config BUNZIP2
//config: bool "bunzip2"
//config: bool "bunzip2 (8.8 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@ -439,7 +439,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//config: should probably say N here.
//config:
//config:config BZCAT
//config: bool "bzcat"
//config: bool "bzcat (8.8 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@ -493,7 +493,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config UNLZMA
//config: bool "unlzma"
//config: bool "unlzma (8.6 kb)"
//config: default y
//config: help
//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@ -505,7 +505,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//config: On an x86 system, this applet adds about 4K.
//config:
//config:config LZCAT
//config: bool "lzcat"
//config: bool "lzcat (8.5 kb)"
//config: default y
//config: help
//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@ -581,13 +581,13 @@ int unlzma_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config UNXZ
//config: bool "unxz"
//config: bool "unxz (13 kb)"
//config: default y
//config: help
//config: unxz is a unlzma successor.
//config:
//config:config XZCAT
//config: bool "xzcat"
//config: bool "xzcat (13 kb)"
//config: default y
//config: help
//config: Alias to "unxz -c".

View File

@ -8,7 +8,7 @@
*/
//config:config BZIP2
//config: bool "bzip2"
//config: bool "bzip2 (18 kb)"
//config: default y
//config: help
//config: bzip2 is a compression utility using the Burrows-Wheeler block

View File

@ -15,7 +15,7 @@
#include "bb_archive.h"
//config:config CPIO
//config: bool "cpio"
//config: bool "cpio (14 kb)"
//config: default y
//config: help
//config: cpio is an archival utility program used to create, modify, and

View File

@ -27,7 +27,7 @@
*/
//config:config DPKG
//config: bool "dpkg"
//config: bool "dpkg (44 kb)"
//config: default y
//config: select FEATURE_SEAMLESS_GZ
//config: help

View File

@ -38,7 +38,7 @@ aa: 85.1% -- replaced with aa.gz
*/
//config:config GZIP
//config: bool "gzip"
//config: bool "gzip (19 kb)"
//config: default y
//config: help
//config: gzip is used to compress files.

View File

@ -26,19 +26,19 @@
*/
//config:config LZOP
//config: bool "lzop"
//config: bool "lzop (13 kb)"
//config: default y
//config: help
//config: Lzop compression/decompresion.
//config:
//config:config UNLZOP
//config: bool "unlzop"
//config: bool "unlzop (13 kb)"
//config: default n # INCOMPAT: upstream lzop does not provide such tool
//config: help
//config: Lzop decompresion.
//config:
//config:config LZOPCAT
//config: bool "lzopcat"
//config: bool "lzopcat (13 kb)"
//config: default n # INCOMPAT: upstream lzop does not provide such tool
//config: help
//config: Alias to "unlzop -c".

View File

@ -8,7 +8,7 @@
*/
//config:config RPM
//config: bool "rpm"
//config: bool "rpm (33 kb)"
//config: default y
//config: help
//config: Mini RPM applet - queries and extracts RPM packages.

View File

@ -8,7 +8,7 @@
*/
//config:config RPM2CPIO
//config: bool "rpm2cpio"
//config: bool "rpm2cpio (20 kb)"
//config: default y
//config: help
//config: Converts a RPM file into a CPIO archive.

View File

@ -42,7 +42,7 @@
*/
//config:config TAR
//config: bool "tar"
//config: bool "tar (40 kb)"
//config: default y
//config: help
//config: tar is an archiving program. It's commonly used with gzip to

View File

@ -17,7 +17,7 @@
* Zip64 + other methods
*/
//config:config UNZIP
//config: bool "unzip"
//config: bool "unzip (24 kb)"
//config: default y
//config: help
//config: unzip will list or extract files from a ZIP archive,

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHVT
//config: bool "chvt"
//config: bool "chvt (2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CLEAR
//config: bool "clear"
//config: bool "clear (tiny)"
//config: default y
//config: help
//config: This program clears the terminal screen.

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DEALLOCVT
//config: bool "deallocvt"
//config: bool "deallocvt (1.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -8,7 +8,7 @@
*
*/
//config:config DUMPKMAP
//config: bool "dumpkmap"
//config: bool "dumpkmap (1.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FGCONSOLE
//config: bool "fgconsole"
//config: bool "fgconsole (1.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config KBD_MODE
//config: bool "kbd_mode"
//config: bool "kbd_mode (4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -10,14 +10,14 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LOADFONT
//config: bool "loadfont"
//config: bool "loadfont (5.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: This program loads a console font from standard input.
//config:
//config:config SETFONT
//config: bool "setfont"
//config: bool "setfont (26 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LOADKMAP
//config: bool "loadkmap"
//config: bool "loadkmap (1.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config OPENVT
//config: bool "openvt"
//config: bool "openvt (7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -10,7 +10,7 @@
/* "Standard" version of this tool is in ncurses package */
//config:config RESET
//config: bool "reset"
//config: bool "reset (275 bytes)"
//config: default y
//config: help
//config: This program is used to reset the terminal screen, if it

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RESIZE
//config: bool "resize"
//config: bool "resize (756 bytes)"
//config: default y
//config: help
//config: This program is used to (re)set the width and height of your current

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETCONSOLE
//config: bool "setconsole"
//config: bool "setconsole (3.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETKEYCODES
//config: bool "setkeycodes"
//config: bool "setkeycodes (1.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETLOGCONS
//config: bool "setlogcons"
//config: bool "setlogcons (1.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SHOWKEY
//config: bool "showkey"
//config: bool "showkey (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -15,7 +15,7 @@
* 3) Save some space by using strcmp(). Calling strncmp() here was silly.
*/
//config:config BASENAME
//config: bool "basename"
//config: bool "basename (371 bytes)"
//config: default y
//config: help
//config: basename is used to strip the directory and suffix from filenames,

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config CAT
//config: bool "cat"
//config: bool "cat (5.6 kb)"
//config: default y
//config: help
//config: cat is used to concatenate files and print them to the standard

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHGRP
//config: bool "chgrp"
//config: bool "chgrp (7.2 kb)"
//config: default y
//config: help
//config: chgrp is used to change the group ownership of files.

View File

@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHMOD
//config: bool "chmod"
//config: bool "chmod (5.1 kb)"
//config: default y
//config: help
//config: chmod is used to change the access permission of files.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHOWN
//config: bool "chown"
//config: bool "chown (7.2 kb)"
//config: default y
//config: help
//config: chown is used to change the user and/or group ownership

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHROOT
//config: bool "chroot"
//config: bool "chroot (3.7 kb)"
//config: default y
//config: help
//config: chroot is used to change the root directory and run a command.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CKSUM
//config: bool "cksum"
//config: bool "cksum (4.2 kb)"
//config: default y
//config: help
//config: cksum is used to calculate the CRC32 checksum of a file.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config COMM
//config: bool "comm"
//config: bool "comm (3.9 kb)"
//config: default y
//config: help
//config: comm is used to compare two files line by line and return

View File

@ -12,7 +12,7 @@
* Size reduction.
*/
//config:config CP
//config: bool "cp"
//config: bool "cp (9.7 kb)"
//config: default y
//config: help
//config: cp is used to copy files and directories.

View File

@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CUT
//config: bool "cut"
//config: bool "cut (5.3 kb)"
//config: default y
//config: help
//config: cut is used to print selected parts of lines from

View File

@ -19,7 +19,7 @@
much as possible, missed out a lot of bounds checking */
//config:config DATE
//config: bool "date"
//config: bool "date (7.1 kb)"
//config: default y
//config: help
//config: date is used to set the system date or display the

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DD
//config: bool "dd"
//config: bool "dd (7.1 kb)"
//config: default y
//config: help
//config: dd copies a file (from standard input to standard output,

View File

@ -18,7 +18,7 @@
* Implement -P and -B; better coreutils compat; cleanup
*/
//config:config DF
//config: bool "df"
//config: bool "df (7.5 kb)"
//config: default y
//config: help
//config: df reports the amount of disk space used and available

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DIRNAME
//config: bool "dirname"
//config: bool "dirname (289 bytes)"
//config: default y
//config: help
//config: dirname is used to strip a non-directory suffix from

View File

@ -12,14 +12,14 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DOS2UNIX
//config: bool "dos2unix"
//config: bool "dos2unix (5.1 kb)"
//config: default y
//config: help
//config: dos2unix is used to convert a text file from DOS format to
//config: UNIX format, and vice versa.
//config:
//config:config UNIX2DOS
//config: bool "unix2dos"
//config: bool "unix2dos (5.1 kb)"
//config: default y
//config: help
//config: unix2dos is used to convert a text file from UNIX format to

View File

@ -24,7 +24,7 @@
* - use xfunc_error_retval
*/
//config:config ENV
//config: bool "env"
//config: bool "env (3.8 kb)"
//config: default y
//config: help
//config: env is used to set an environment variable and run

View File

@ -21,7 +21,7 @@
* Caveat: this versions of expand and unexpand don't accept tab lists.
*/
//config:config EXPAND
//config: bool "expand"
//config: bool "expand (5.8 kb)"
//config: default y
//config: help
//config: By default, convert all tabs to spaces.
@ -32,7 +32,7 @@
//config: depends on EXPAND && LONG_OPTS
//config:
//config:config UNEXPAND
//config: bool "unexpand"
//config: bool "unexpand (6 kb)"
//config: default y
//config: help
//config: By default, convert only leading sequences of blanks to tabs.

View File

@ -23,7 +23,7 @@
* provided they all associate ((x op x) op x).
*/
//config:config EXPR
//config: bool "expr"
//config: bool "expr (6.1 kb)"
//config: default y
//config: help
//config: expr is used to calculate numbers and print the result

View File

@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FACTOR
//config: bool "factor"
//config: bool "factor (2.6 kb)"
//config: default y
//config: help
//config: factor factorizes integers

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FALSE
//config: bool "false"
//config: bool "false (tiny)"
//config: default y
//config: help
//config: false returns an exit code of FALSE (1).

View File

@ -10,7 +10,7 @@
Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FOLD
//config: bool "fold"
//config: bool "fold (4.6 kb)"
//config: default y
//config: help
//config: Wrap text to fit a specific width.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FSYNC
//config: bool "fsync"
//config: bool "fsync (3.7 kb)"
//config: default y
//config: help
//config: fsync is used to flush file-related cached blocks to disk.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HEAD
//config: bool "head"
//config: bool "head (3.7 kb)"
//config: default y
//config: help
//config: head is used to print the first specified number of lines

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HOSTID
//config: bool "hostid"
//config: bool "hostid (247 bytes)"
//config: default y
//config: help
//config: hostid prints the numeric identifier (in hexadecimal) for

View File

@ -13,13 +13,13 @@
* Added -G option Tito Ragusa (C) 2008 for SUSv3.
*/
//config:config ID
//config: bool "id"
//config: bool "id (6.7 kb)"
//config: default y
//config: help
//config: id displays the current user and group ID names.
//config:
//config:config GROUPS
//config: bool "groups"
//config: bool "groups (6.5 kb)"
//config: default y
//config: help
//config: Print the group names associated with current user id.

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config INSTALL
//config: bool "install"
//config: bool "install (12 kb)"
//config: default y
//config: help
//config: Copy files and set attributes.

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LINK
//config: bool "link"
//config: bool "link (3.1 kb)"
//config: default y
//config: help
//config: link creates hard links between files.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LN
//config: bool "ln"
//config: bool "ln (4.5 kb)"
//config: default y
//config: help
//config: ln is used to create hard or soft links between files.

View File

@ -16,7 +16,7 @@
* a diagnostic message and an error return.
*/
//config:config LOGNAME
//config: bool "logname"
//config: bool "logname (894 bytes)"
//config: default y
//config: help
//config: logname is used to print the current user's login name.

View File

@ -28,7 +28,7 @@
* ls sorts listing now, and supports almost all options.
*/
//config:config LS
//config: bool "ls"
//config: bool "ls (14 kb)"
//config: default y
//config: help
//config: ls is used to list the contents of directories.

View File

@ -6,31 +6,31 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MD5SUM
//config: bool "md5sum"
//config: bool "md5sum (6.8 kb)"
//config: default y
//config: help
//config: md5sum is used to print or check MD5 checksums.
//config:
//config:config SHA1SUM
//config: bool "sha1sum"
//config: bool "sha1sum (6 kb)"
//config: default y
//config: help
//config: Compute and check SHA1 message digest
//config:
//config:config SHA256SUM
//config: bool "sha256sum"
//config: bool "sha256sum (7.1 kb)"
//config: default y
//config: help
//config: Compute and check SHA256 message digest
//config:
//config:config SHA512SUM
//config: bool "sha512sum"
//config: bool "sha512sum (7.6 kb)"
//config: default y
//config: help
//config: Compute and check SHA512 message digest
//config:
//config:config SHA3SUM
//config: bool "sha3sum"
//config: bool "sha3sum (6.3 kb)"
//config: default y
//config: help
//config: Compute and check SHA3 message digest

View File

@ -14,7 +14,7 @@
/* Nov 28, 2006 Yoshinori Sato <ysato@users.sourceforge.jp>: Add SELinux Support.
*/
//config:config MKDIR
//config: bool "mkdir"
//config: bool "mkdir (4.4 kb)"
//config: default y
//config: help
//config: mkdir is used to create directories with the specified names.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MKFIFO
//config: bool "mkfifo"
//config: bool "mkfifo (3.7 kb)"
//config: default y
//config: help
//config: mkfifo is used to create FIFOs (named pipes).

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MKNOD
//config: bool "mknod"
//config: bool "mknod (4 kb)"
//config: default y
//config: help
//config: mknod is used to create FIFOs or block/character special

View File

@ -31,7 +31,7 @@
* -p; else /tmp [deprecated]
*/
//config:config MKTEMP
//config: bool "mktemp"
//config: bool "mktemp (4 kb)"
//config: default y
//config: help
//config: mktemp is used to create unique temporary files

View File

@ -12,7 +12,7 @@
* Size reduction and improved error checking.
*/
//config:config MV
//config: bool "mv"
//config: bool "mv (9.8 kb)"
//config: default y
//config: help
//config: mv is used to move or rename files or directories.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config NICE
//config: bool "nice"
//config: bool "nice (1.8 kb)"
//config: default y
//config: help
//config: nice runs a program with modified scheduling priority.

View File

@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config NL
//config: bool "nl"
//config: bool "nl (4.3 kb)"
//config: default y
//config: help
//config: nl is used to number lines of files.

View File

@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config NOHUP
//config: bool "nohup"
//config: bool "nohup (2 kb)"
//config: default y
//config: help
//config: run a command immune to hangups, with output to a non-tty.

View File

@ -4,7 +4,7 @@
* Licensed under GPLv2, see LICENSE in this source tree
*/
//config:config NPROC
//config: bool "nproc"
//config: bool "nproc (248 bytes)"
//config: default y
//config: help
//config: Print number of CPUs

View File

@ -11,7 +11,7 @@
* Original copyright notice is retained at the end of this file.
*/
//config:config OD
//config: bool "od"
//config: bool "od (11 kb)"
//config: default y
//config: help
//config: od is used to dump binary files in octal and other formats.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config PASTE
//config: bool "paste"
//config: bool "paste (4.5 kb)"
//config: default y
//config: help
//config: paste is used to paste lines of different files together

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config PRINTENV
//config: bool "printenv"
//config: bool "printenv (1 kb)"
//config: default y
//config: help
//config: printenv is used to print all or part of environment.

View File

@ -39,7 +39,7 @@
/* 19990508 Busy Boxed! Dave Cinege */
//config:config PRINTF
//config: bool "printf"
//config: bool "printf (3.3 kb)"
//config: default y
//config: help
//config: printf is used to format and print specified strings.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config PWD
//config: bool "pwd"
//config: bool "pwd (3.4 kb)"
//config: default y
//config: help
//config: pwd is used to print the current directory.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config READLINK
//config: bool "readlink"
//config: bool "readlink (3.6 kb)"
//config: default y
//config: help
//config: This program reads a symbolic link and returns the name

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config REALPATH
//config: bool "realpath"
//config: bool "realpath (1.1 kb)"
//config: default y
//config: help
//config: Return the canonicalized absolute pathname.

View File

@ -11,7 +11,7 @@
* Size reduction.
*/
//config:config RM
//config: bool "rm"
//config: bool "rm (4.9 kb)"
//config: default y
//config: help
//config: rm is used to remove files or directories.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RMDIR
//config: bool "rmdir"
//config: bool "rmdir (3.4 kb)"
//config: default y
//config: help
//config: rmdir is used to remove empty directories.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SEQ
//config: bool "seq"
//config: bool "seq (3.6 kb)"
//config: default y
//config: help
//config: print a sequence of numbers

View File

@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SHRED
//config: bool "shred"
//config: bool "shred (5 kb)"
//config: default y
//config: help
//config: Overwrite a file to hide its contents, and optionally delete it

View File

@ -8,7 +8,7 @@
*/
//config:config SHUF
//config: bool "shuf"
//config: bool "shuf (5.4 kb)"
//config: default y
//config: help
//config: Generate random permutations

View File

@ -13,7 +13,7 @@
* time suffixes for seconds, minutes, hours, and days.
*/
//config:config SLEEP
//config: bool "sleep"
//config: bool "sleep (1.7 kb)"
//config: default y
//config: help
//config: sleep is used to pause for a specified number of seconds.

View File

@ -12,7 +12,7 @@
* http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
*/
//config:config SORT
//config: bool "sort"
//config: bool "sort (7.4 kb)"
//config: default y
//config: help
//config: sort is used to sort lines of text in specified files.

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SPLIT
//config: bool "split"
//config: bool "split (5.4 kb)"
//config: default y
//config: help
//config: Split a file into pieces.

View File

@ -13,7 +13,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config STAT
//config: bool "stat"
//config: bool "stat (10 kb)"
//config: default y
//config: help
//config: display file or filesystem status.

View File

@ -20,7 +20,7 @@
Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001
*/
//config:config STTY
//config: bool "stty"
//config: bool "stty (8.6 kb)"
//config: default y
//config: help
//config: stty is used to change and print terminal line settings.

View File

@ -13,7 +13,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SUM
//config: bool "sum"
//config: bool "sum (4.3 kb)"
//config: default y
//config: help
//config: checksum and count the blocks in a file

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SYNC
//config: bool "sync"
//config: bool "sync (769 bytes)"
//config: default y
//config: help
//config: sync is used to flush filesystem buffers.

View File

@ -13,7 +13,7 @@
* http://www.uclibc.org/lists/busybox/2003-July/008813.html
*/
//config:config TAC
//config: bool "tac"
//config: bool "tac (4.1 kb)"
//config: default y
//config: help
//config: tac is used to concatenate and print files in reverse.

View File

@ -19,7 +19,7 @@
* 7) lseek attempted when count==0 even if arg was +0 (from top)
*/
//config:config TAIL
//config: bool "tail"
//config: bool "tail (7.1 kb)"
//config: default y
//config: help
//config: tail is used to print the last specified number of lines

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TEE
//config: bool "tee"
//config: bool "tee (4.3 kb)"
//config: default y
//config: help
//config: tee is used to read from standard input and write

View File

@ -20,7 +20,7 @@
* "This program is in the Public Domain."
*/
//config:config TEST
//config: bool "test"
//config: bool "test (3.6 kb)"
//config: default y
//config: help
//config: test is used to check file types and compare values,

View File

@ -28,7 +28,7 @@
* rewrite 14-11-2008 vda
*/
//config:config TIMEOUT
//config: bool "timeout"
//config: bool "timeout (5.5 kb)"
//config: default y
//config: help
//config: Runs a program and watches it. If it does not terminate in

View File

@ -13,7 +13,7 @@
* Also, exiting on a failure was a bug. All args should be processed.
*/
//config:config TOUCH
//config: bool "touch"
//config: bool "touch (5.8 kb)"
//config: default y
//config: help
//config: touch is used to create or change the access and/or

View File

@ -19,7 +19,7 @@
* TODO: graph, print
*/
//config:config TR
//config: bool "tr"
//config: bool "tr (5.5 kb)"
//config: default y
//config: help
//config: tr is used to squeeze, and/or delete characters from standard

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TRUE
//config: bool "true"
//config: bool "true (tiny)"
//config: default y
//config: help
//config: true returns an exit code of TRUE (0).

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TRUNCATE
//config: bool "truncate"
//config: bool "truncate (4.7 kb)"
//config: default y
//config: help
//config: truncate truncates files to a given size. If a file does

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TTY
//config: bool "tty"
//config: bool "tty (3.3 kb)"
//config: default y
//config: help
//config: tty is used to print the name of the current terminal to

View File

@ -43,7 +43,7 @@
* Fix handling of -a to not print "unknown", add -o and -i support.
*/
//config:config UNAME
//config: bool "uname"
//config: bool "uname (3.7 kb)"
//config: default y
//config: help
//config: uname is used to print system information.

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config UNIQ
//config: bool "uniq"
//config: bool "uniq (4.8 kb)"
//config: default y
//config: help
//config: uniq is used to remove duplicate lines from a sorted file.

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2, see LICENSE in this source tree
*/
//config:config UNLINK
//config: bool "unlink"
//config: bool "unlink (3.5 kb)"
//config: default y
//config: help
//config: unlink deletes a file by calling unlink()

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config USLEEP
//config: bool "usleep"
//config: bool "usleep (1.1 kb)"
//config: default y
//config: help
//config: usleep is used to pause for a specified number of microseconds.

View File

@ -11,7 +11,7 @@
* "end" line
*/
//config:config UUDECODE
//config: bool "uudecode"
//config: bool "uudecode (5.9 kb)"
//config: default y
//config: help
//config: uudecode is used to decode a uuencoded file.
@ -176,7 +176,7 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv)
//kbuild:lib-$(CONFIG_BASE64) += uudecode.o
//config:config BASE64
//config: bool "base64"
//config: bool "base64 (5 kb)"
//config: default y
//config: help
//config: Base64 encode and decode

Some files were not shown because too many files have changed in this diff Show More