diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index 4fabd6ef..f1083233 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -330,6 +330,15 @@ config READLINK_F -f Show full cannonical path, with no symlinks in it. Returns nonzero if nothing could currently exist at this location. +config SED + bool "sed" + default n + help + usage: sed [-irn] {command | [-e command]...} [FILE...] + + Stream EDitor, transforms text by appling commands to each line + of input. + config SHA1SUM bool "sha1sum" default y |