Search Results

2
votes

how do you search for files containing dos line endings (CRLF) with grep under linux?

grep probably isn't the tool you want for this. It will print a line for every matching line in every file. Unless you want to, say, run todos 10 times on a 10 line file, grep isn't the best way …