Hi:
I have a file that contains thousands of lines that has null pointers in it. When I use sed to splt the file into several files, sed takes out the null pointers. IS there away to keep sed from altering the file. If not, what would you suggest to use instead of sed. the sed command I'm using is like this:
sed '1,5000p' testdata > file1.out. [sig][/sig]
I have a file that contains thousands of lines that has null pointers in it. When I use sed to splt the file into several files, sed takes out the null pointers. IS there away to keep sed from altering the file. If not, what would you suggest to use instead of sed. the sed command I'm using is like this:
sed '1,5000p' testdata > file1.out. [sig][/sig]