vma - Manage VMARC archives
Usage: vma -x [options] archive [fn [ft [fm ]]]
vma -a [options] archive file[,fn[.ft.[fm]]] ...
Options:
-a add files to archive
-c convert names to lowercase
-h display usage summary
-l record length...fixed=length, variable=max
-m fm replace filemode...0=remove
-q do not list files
-r record format
-s store method...asis, lzw, s2
-t translate files to ASCII on extration
or to EBCDIC on addition
-u f,t (f)rom and (t) UCM filenames
-v verbose listing
-x extract files
-V display version
input:
name of the VMARC archive
fn, ft, fm:
filter on file name, type, and/or mode during extraction
(case is significant)
file[,fn[.ft[.fm]]]:
one or more file names to be added to the VMARC archive
specify ',' and fn.ft.fm to store file with a different name
f,t:
paths to translateion tables (see README)
|