Execute functions without () Parse parameters without parens also (like awk) Their result would be "piped" to the next function's first parameter. listobjects | grep "xxx" | grep "yyy" means: grep(grep(listobjects(), "xxx"), "yyy");