#!/bin/bash ffoo import core filter() { debug "\$*=$*" while read item; do $* $item && echo "$item"; done }