Linux Foundation Collaborative Projects
index
:
bottlenecks
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
stable/fraser
stable/gambia
stable/hunter
stable/iruya
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
tools
/
dos2unix.sh
blob: 6bfc8f9c3a06b8a26fdddaafad1f1023dd356bad (
plain
)
1
2
3
4
5
#!/bin/bash
for
file in
`
find ./
`
do
vi +
':w ++ff=unix'
+
':q'
${
file
}
done