I'm using grep to read a file and strip the header records out and feed it to another file. I'm not getting all of the record; grep is chopping off the tailend of the record. It looks like I only get 250 bytes of the record. Any suggestions???????
grep -v "***TOTAL***" file1 > file2
grep -v "***TOTAL***" file1 > file2