Split Command options

HI! All
iam using Split command to split a large .txt file in to smaller files,

The syntax iam using
split -25000 Product.txt

iam getting four output files but not in .txt format but in some other format ,
when i checked the properties the Type of the output files is Type

can any one help me in this

did you follow the suggestions given earlier??

split -l 25000 Product.txt

then do:

file Product.txt

It should say ascii text.

The Split comman is working but the output files which iam getting is in bytes format ,i need to conver these file from Byte fromat to .txt format

Is there any command in UNIX which performs this task

just curious.... what is 'byte format'?

the file looks like operating system file with out any extension to it .that is byte format

if you try and execute the split command ,the result is byte format instead of the txt fromat .

interesting....
I must be missing something obvious here, but... why do you need an extention?
And if you do, you can always rename/'mv' the file to the one with an extention.

Dear Vgersh,

I have already replied him in this thread: Splitting a txt file