...
Code Block |
---|
$> ls -l *.isx -rw-r--r--@ 1 johnmckeever staff 5.5M 10 Aug 12:46 jm_one.isx -rw-r--r--@ 1 johnmckeever staff 54.5M7M 10 Aug 12:46 jm_three.isx -rw-r--r--@ 1 johnmckeever staff 56.5M2M 10 Aug 12:46 jm_two.isx |
The command…
Code Block |
---|
$> mettleci isx cat \ -isx out.isx \ -pattern `jm_*.isx` |
...