User defined pipe and redirection operators: Difference between revisions

m
Line 691:
 
head("List_of_computer_scientists.lst", 4, commonoutchan)
 
cat("List_of_computer_scientists.lst", commonoutchan)
 
cat("List_of_computer_scientists.lst") |> grep("ALGOL") |> tee("Algol_pioneers.lst", commonoutchan)
4,103

edits