From c112f4ba9b4a7d3c43e1876bdbc706080eab58b4 Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Fri, 15 Jun 2018 12:08:14 +0200 Subject: [PATCH] added sixth example log file --- test6_error.log | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 test6_error.log diff --git a/test6_error.log b/test6_error.log new file mode 100644 index 0000000..bc8305f --- /dev/null +++ b/test6_error.log @@ -0,0 +1,24 @@ + +Version: 1.0 (created: 2016-10-18) + +ERROR: url is missing... EXIT!!! + +BASIC USAGE... + $ ./WSM_Neumann.sh + OR + $ bash WSM_Neumann.sh + $ ksh WSM_Neumann.sh + $ zsh WSM_Neumann.sh + $ dash WSM_Neumann.sh + $ busybox ash WSM_Neumann.sh + +OPTIONS: + -d : enable debugging + -h : display usage and exit + -n : disable logging (enabled by default) + -q : disable stdout (enabled by default) + -v : print version and exit + -E : text search with extended regexp + -F : text search with fixed string + -G : text search with basic regexp +