I need to put 10,000 files on tape. I intended to use the tar command in conjunction with the find command to locate the files. This is what I tried:
tar cvf /dev/rmt0 $(find . -name "*.aw" -o -name "*.as")
I get this error: 0403-027 the parameter list is too long.
Can someone help me with this?? Thanks!