Monday
23
Jun 2003

Why I love the command line

(7:12 pm) Tags: [General]
find . -name \"*.xsd\" | xargs grep MixedAny | awk -F \":\" '{print $1}' \
| sort -u | xargs perl -pi.bak -e 's/MixedAny/Any/g'

Popularity: 9%

Comments: (0)