| » | ||
|
09/Jul/06 batch no comment |
» Shell file splitting I always keep forgetting shell commands I rarely use. I needed to split a file on a mac and put it together on a pc. (good old 4GB Fat32 limit)
-b2000M sets the maximum size to 4000 Megabytes (b for binary). -d uses numeric suffix instead of aa ab etc.
On a PC you can use the commandline command:
On a unix shell use:
..................................................
|
|