my @ids = `$iwhome/bin/iwlsat`;foreach (@ids){ if (/^ID:\s+(\d+)\s+/){ print "Removing: $_"; `$iwhome/bin/iwrmat $1`; }}