|
The FIO overlay at output you can now be define up to 4 write spezifications within the XCNV command. This means that you can write your converted data to 4 different targets. For example. If you have create a PGP file, you can store this locally on your side, stored the same PGP file per SSH on a remote system and as member of a ZIP or FLAM archive for backup purpose in one step.
flcl xcnv "inp(sav.fil(fio.txt(name='../input/idat/s*.txt')))out(sav.fil(fmt.txt() cnv.chr() cnv.gzp() fio[fl4(name='./output/odat/txtgzp.ad1')zip(name='ssh://<cuser>@192.168.85.22/tst/FL5/ssh/linx32d0/odat/txtgzp.zip' [^])fl4(name='./output/odat/txtgzp.ad2')] fio.blk(name='ssh://<cuser>:limes@192.168.85.169/tst/FL5/ssh/linx32d0/odat/txtgzp.bin' [^])))" |
|