commands/cat/cat.cif
changeset 66 2a78c4ff2eab
parent 0 7f656887cf89
equal deleted inserted replaced
63:6a2083f7eeb8 66:2a78c4ff2eab
    28 
    28 
    29 Read the files even if they are open exclusively by another process. Runs a small risk of the data read being corrupt.
    29 Read the files even if they are open exclusively by another process. Runs a small risk of the data read being corrupt.
    30 
    30 
    31 ==option bool b binary
    31 ==option bool b binary
    32 
    32 
    33 Legacy option, kept for compatability. Equivalent to C<--encoding binary>.
    33 Similar to C<--encoding binary>, but in addition sets the console mode to binary (so, for eg, line endings are not translated)
    34 
    34 
    35 ==option enum e encoding
    35 ==option enum e encoding
    36 
    36 
    37 Encoding to use. If not specified, defaults to 'auto'.
    37 Encoding to use. If not specified, defaults to 'auto'.
    38 
    38