Does anyone know why 'grep' will not recognise a text file that I used this script to split into a series of truncated text file with just 1000 lines from a largerfile:
split -l 1000 -d file.txt file --additional-suffix=.txt, (#file00.txt, file01.txt, file02.txt...file26.txt)
However, when I use 'grep' on the same text file content of 1000 lines that I copy from a larger text file and save as another text file, then 'grep' recognises it and carries out the action that I want?
This is not reproducible. Please add data examples.
how is it related to bioinformatcs ?