FUNCTION grepsed, command1,command2 ; ; grep + sed ; spawn, command1+'|'+command2, line return, line[0] END