| http://www.w3.org/ns/prov#value | - Code:$ dd if=/dev/sdb bs=4k | split -b 2G -d -a 3 - case0001_disk001_image_The option '-d' tell split to add a numeric suffix instead of the default alphabetic one and option '-a 3' tell split to use a 3 character, suffix e.g. 001, 002, 003 etc.Hope you find this useful and I hope it serves as a reminder that learning the basic Unix tools is a skill worth having.Jimbob
|