[Swift-user] Error: "Missing -if argument"
Ben Clifford
benc at hawaga.org.uk
Fri Feb 22 06:16:28 CST 2008
On Thu, 21 Feb 2008, Quan Tran Pham wrote:
> Also, I have a question: if I want to use csplit to split one big file to a
> number of small file:
> /usr/bin/csplit -f myprefix mybigfile 1000 {*}
> which basically splits mybigfile into many small file myprefix01,
> myprefix02, ..., myprefix99.
> How can I do that? I try
At the moment, Swift can't deal with that because you don't know the exact
names of the output files before execution. This is something that has
been asked for before but it has not been implemented.
--
More information about the Swift-user
mailing list