Return to Snippet

Revision: 6611
at June 2, 2008 08:14 by therobot


Initial Code
ls -l /etc/apache2/sites-available/ | awk '{ print $8}' | grep -v ^$ | sed 's:^[a-z]*$:blogs.&.com:'

Initial URL


Initial Description
For example a list of hosts

Initial Title
Add more text to a column of text

Initial Tags


Initial Language
Bash