holly · 2009-07-23 15:42:10 · 阅读: 207 for f in "$d"; do if `grep -q "\n\r" "$d/$f"`; then echo "$d/$f"; fi; done <空>