Return to Snippet

Revision: 27997
at August 25, 2010 04:04 by MikeyLikesIt


Updated Code
# create a list of enabled modules
drush sm --pipe --status=enabled

# create txt file which contains a list of enabled modules
drush sm --pipe --status=enabled | cat > modules_enabled.txt


# --- SVN ----
# Remove all .svn folders in a directory tree
find . -name ".svn" -type d -exec rm -rf {} \;

Revision: 27996
at July 1, 2010 02:54 by MikeyLikesIt


Updated Code
# create a list of enabled modules
drush sm --pipe --status=enabled

# create txt file which contains a list of enabled modules
drush sm --pipe --status=enabled | cat > modules_enabled.txt

Revision: 27995
at June 29, 2010 02:40 by MikeyLikesIt


Initial Code
# create a list of enabled modules
drush sm --pipe --status=enabled

# create txt file which contains a list of enabled modules
drush sm --pipe --status=enabled | cat > mods_enabled.txt

Initial URL


Initial Description


Initial Title
drush, bash commands

Initial Tags
Bash

Initial Language
Bash