#!/bin/bash for i in `cat ~/bin/macs_list` do echo $i | grep "^#" > /dev/null 2> /dev/null if [ $? != "0" ] then wakeonlan $i fi done