From e4f096e2f91a121f7cc9bc8452c7d9487c3a1ac8 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 6 May 2014 00:35:42 -0700 Subject: [PATCH] Updated How to output in plain text without the colors? (markdown) --- How-to-output-in-plain-text-without-the-colors?.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-output-in-plain-text-without-the-colors?.md b/How-to-output-in-plain-text-without-the-colors?.md index 1502d17..d0dddbf 100644 --- a/How-to-output-in-plain-text-without-the-colors?.md +++ b/How-to-output-in-plain-text-without-the-colors?.md @@ -9,4 +9,4 @@ This command removes the so called: 'Terminal Escape Sequence codes' Example: ```./wpscan.rb --url www.example.com | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"``` - \ No newline at end of file +You can also use the --no-color switch. \ No newline at end of file