# by Chuck Tetlow # exporting less than all sites # use a script to automate it. # Go into /home/cmu and put in a list of sites you'll migrate with "ls -1 /home/sites/ > sites.txt". # Edit that list to include just the ones you'll migrate. # Then use "for site in `cat sites.txt`; do cmuExport -n $site; done".