diff options
Diffstat (limited to 'misc/felis/pkg-descr')
-rw-r--r-- | misc/felis/pkg-descr | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/misc/felis/pkg-descr b/misc/felis/pkg-descr index e3512921ac66..083f53cda7e6 100644 --- a/misc/felis/pkg-descr +++ b/misc/felis/pkg-descr @@ -1,10 +1,2 @@ -Felis is a specialized command-line utility designed for concatenating -the contents of one or more files and outputting them as a single, -continuous line to standard output. Unlike traditional tools such -as 'cat', which preserve line breaks, Felis processes all input -files and presents their combined content without any newline -characters, effectively flattening the text into a single stream. -This unique behavior makes it particularly useful for scripting -and data processing tasks where a compact, single-line representation -of file contents is required, such as for log parsing or generating -single-line configuration strings. +Felis sends one or more files to stdin. Unlike cat, felis will place all +of its output to a single line. |