/ Published in: Bash
For example a list of hosts
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ls -l /etc/apache2/sites-available/ | awk '{ print $8}' | grep -v ^$ | sed 's:^[a-z]*$:blogs.&.com:'