Παράδειγμα:
athena:~> ls -l | tee foo total 251 -rw-r--r-- 1 dspin users 2847 Oct 29 16:11 afm -rw-r--r-- 1 dspin users 627 Oct 29 19:10 bar1 drwxr-xr-x 2 dspin users 1024 Feb 26 1997 bin/ -rw------- 1 dspin users 29793 Jun 21 20:57 mbox -rwxr-xr-x 1 dspin users 100 Oct 29 17:42 myspell* -rw-r--r-- 1 dspin users 2023 Oct 29 16:07 names -rw-r--r-- 1 dspin users 2741 Oct 29 16:11 phones -rw-r--r-- 1 dspin users 2741 Oct 29 18:45 phones.sorted -rw-rw-r-- 1 dspin users 995 Mar 12 1997 submit -rw-r--r-- 1 dspin users 272 Oct 29 19:44 t.c -r--r--r-- 1 dspin users 547 Oct 29 19:44 t.c,v -rw-r--r-- 1 dspin users 206662 Oct 22 15:08 words athena:~> head -2 foo total 251 -rw-r--r-- 1 dspin users 2847 Oct 29 16:11 afm athena:~> tail -2 foo -r--r--r-- 1 dspin users 547 Oct 29 19:44 t.c,v -rw-r--r-- 1 dspin users 206662 Oct 22 15:08 words