Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/coreutils/cat.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/coreutils/cat.c

    r2725 r3232  
    2222//config:     cat is used to concatenate files and print them to the standard
    2323//config:     output. Enable this option if you wish to enable the 'cat' utility.
     24
     25//usage:#define cat_trivial_usage
     26//usage:       "[FILE]..."
     27//usage:#define cat_full_usage "\n\n"
     28//usage:       "Concatenate FILEs and print them to stdout"
     29//usage:
     30//usage:#define cat_example_usage
     31//usage:       "$ cat /proc/uptime\n"
     32//usage:       "110716.72 17.67"
    2433
    2534#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.