Is there any way to strong-arm busybox's tar into creating an empty
archive? ( I need to add to it with xargs )

I really need to add files into an initially empty archive ( no I don't
want to start with a dummy file. )

busybox refuses to play nicely with

tar -cf test -T /dev/null
or
tar -cf test /dev/null

so is there any other way to get there?

TVM

D
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to