'-X' - CONTROL '.LZX' SUFFIXING This option tells LZX to append '.lzx' to an archive name if it does not already end in '.lzx'. This option is enabled by default; that is, the following command will add the file 'somefile' to 'myarc.lzx': "lzx a myarc somefile". To disable this behavior, use the -X0 option. For example, the following command will add 'somefile' to 'myarc': "lzx -X0 a myarc somefile". VALIDITY This option is valid with the following commands: a (add) e (extract) f (freshen) l (list) r (replace) t (test) u (update) v (view) x (extract)