cancel
Showing results for 
Search instead for 
Did you mean: 

OS level command to split the file

Former Member
0 Kudos

Hi

I am processing large file.. I am using OS level command to split the file file i have given the following command to split the file

my file is /update/inbound/test/file.txt

i have given the following command in OS level command option

split -l 2000 /update/inbound/test/file.txt...

but i didnt see any splited files under this directory

How to write a command to split the file

Regards

Sowmya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you tried with split /update/inbound/test/file.txt

Split can take a second filename on the command line.

Refer the exact syntax

http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/spli...

Before applying it check , that if it works with your FTP, as this is Linux based command.

Thanks

Swarup