Talk:User defined pipe and redirection operators: Difference between revisions

Content added Content deleted
m (→‎Yet another task without a task: add missing ")" to example code)
Line 29: Line 29:
cat (
cat (
head(4,) < List_of_computer_scientists.lst,
head(4,) < List_of_computer_scientists.lst,
cat("List_of_computer_scientists.lst" =: grep(ALGOL,) =: tee("ALGOL_pioneers.lst"),
cat("List_of_computer_scientists.lst") =: grep(ALGOL,) =: tee("ALGOL_pioneers.lst"),
tail(4,"List_of_computer_scientists.lst")
tail(4,"List_of_computer_scientists.lst")
) =: sort =: uniq =: tee("the_important_scientists.lst") =: grep "aa" >> aa;
) =: sort =: uniq =: tee("the_important_scientists.lst") =: grep "aa" >> aa;