D:\lxmxn\work\Other>(echo hello,world&echo.this is the second line of the output&echo.cn-dos.net&echo\OK,let's go&echo/Thanks a lot) | split -l 2
D:\lxmxn\work\Other>dir /b x*
xaa
xab
xac
D:\lxmxn\work\Other>type x*
xaa
hello,world
this is the second line of the output
xab
cn-dos.net
OK,let's go
xac
Thanks a lot
D:\lxmxn\work\Other>split --version
split (textutils) 2.1
Written by Torbjorn Granlund and Richard M. Stallman.
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
D:\lxmxn\work\Other> |
|