diff options
author | Rob Landley <rob@landley.net> | 2008-01-10 14:34:15 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-10 14:34:15 -0600 |
commit | 6a9e5b4654e76585e38c6c6002eccba9b4b1b310 (patch) | |
tree | ec7422e6973812bd09f1b781197330f5c9c7c326 /toys/Config.in | |
parent | bd9155198f000037ec5b9d1e4ef26eae80bbb202 (diff) | |
download | toybox-6a9e5b4654e76585e38c6c6002eccba9b4b1b310.tar.gz |
Very early stub of sed, does nothing yet.
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 |