> I use the following command to convert them back into a single file:
> #cat mypictures.zfssnap.split.a[a-g] > testjoin
> 

Maybe I'm missing the point, but this command won't give you what you're
after - in bash you want:

# cat mypictures.zfssnap.split.a{a..g} > testjoin

Chris

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to