df reports the amount of disk space used and available
on filesystems.
+config BUSYBOX_CONFIG_FEATURE_DF_INODE
+ bool "Enable -i (inode information)"
+ default n
+ depends on BUSYBOX_CONFIG_DF
+ help
+ This option enables support for df -i.
+
config BUSYBOX_CONFIG_DIRNAME
bool "dirname"
default y
help
rmdir is used to remove empty directories.
+config BUSYBOX_CONFIG_FEATURE_RMDIR_LONG_OPTIONS
+ bool "Enable long options"
+ default n
+ depends on BUSYBOX_CONFIG_RMDIR && BUSYBOX_CONFIG_GETOPT_LONG
+ help
+ Support long options for the rmdir applet, including
+ --ignore-fail-on-non-empty for compatibility with GNU rmdir.
+
config BUSYBOX_CONFIG_SEQ
bool "seq"
default y
sort is used to sort lines of text in specified files.
config BUSYBOX_CONFIG_FEATURE_SORT_BIG
- bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
+ bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)"
default n
depends on BUSYBOX_CONFIG_SORT
help
split a file into pieces.
config BUSYBOX_CONFIG_FEATURE_SPLIT_FANCY
- bool "fancy extensions"
+ bool "Fancy extensions"
default n
depends on BUSYBOX_CONFIG_SPLIT
help
help
sync is used to flush filesystem buffers.
+config BUSYBOX_CONFIG_TAC
+ bool "tac"
+ default n
+ help
+ tac is used to concatenate and print files in reverse.
+
config BUSYBOX_CONFIG_TAIL
bool "tail"
default y
to standard output and files.
config BUSYBOX_CONFIG_FEATURE_TEE_USE_BLOCK_IO
- bool "Enable block i/o (larger/faster) instead of byte i/o."
+ bool "Enable block I/O (larger/faster) instead of byte I/O"
default y
depends on BUSYBOX_CONFIG_TEE
help