Comment Real drush fun... (Score 1) 36
is piping drush into awk to create drush commands you can pipe to sh:
drush pml --no-core --status=enabled --pipe|grep content_type_|awk '{print "drush fu " $1}'|sh
is piping drush into awk to create drush commands you can pipe to sh:
drush pml --no-core --status=enabled --pipe|grep content_type_|awk '{print "drush fu " $1}'|sh
The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen