From 440abd8aea3eaa9e0a89dda2fd603c76fbf3b289 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:27:15 +0000 Subject: moved to ./Functions/Example/randline --- Functions/Misc/randline | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 Functions/Misc/randline (limited to 'Functions') diff --git a/Functions/Misc/randline b/Functions/Misc/randline deleted file mode 100755 index 7b06b7982..000000000 --- a/Functions/Misc/randline +++ /dev/null @@ -1,3 +0,0 @@ -# get a random line from a file -integer z="$(wc -l <$1)" -sed -n $[RANDOM%z+1]p $1 -- cgit 1.4.1