#!/usr/bin/env bash find . -type f -print0 | xargs -0 dos2unix -f *.txt *.vim