From c1f51e45d90e8cb839aea123c8e0757a265d05fb Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:24:00 +0000 Subject: moved to ./Functions/Example/cat --- Functions/Misc/cat | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Functions/Misc/cat (limited to 'Functions/Misc') diff --git a/Functions/Misc/cat b/Functions/Misc/cat deleted file mode 100644 index 612deac03..000000000 --- a/Functions/Misc/cat +++ /dev/null @@ -1,16 +0,0 @@ -#! /usr/local/bin/zsh -f - -local file - -if ((! ARGC)) then - set -- - -fi - -for file -do - if [[ "$file" == - ]] then - while read -u0ek 4096; do ; done - else - while read -u0ek 4096; do ; done < "$file" - fi -done -- cgit 1.4.1