New script that detect files with mixed eol styles
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#/bin/bash
|
||||
|
||||
grep -lE '[^'`printf '\r'`']$' $(ack -l "`printf '\r'`\$" ${@:-.})
|
||||
Reference in New Issue
Block a user