Add more text to a column of text


/ Published in: Bash
Save to your folder(s)

For example a list of hosts


Copy this code and paste it in your HTML
  1. ls -l /etc/apache2/sites-available/ | awk '{ print $8}' | grep -v ^$ | sed 's:^[a-z]*$:blogs.&.com:'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.