diff --git a/README.md b/README.md index 34c4eb6..541d163 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ $ py humble.py -u https://www.spacex.com -l es | Select-String -Pattern '!.' -Co .: (Linux) - Show only the URL, date and analysis summary.
``` -$ python3 humble.py -u https://www.spacex.com | grep -A7 -E "0. Info|\!." | grep -v "^\[1\." | sed 's/[--]//g' | sed -e '/./b' -e :n -e 'N;s/\n$//;tn' | sed $'1i \n' +$ python3 humble.py -u https://www.spacex.com | grep -A8 -E "0. Info|\!." | grep -v "^\[1\." | sed 's/[--]//g' | sed -e '/./b' -e :n -e 'N;s/\n$//;tn' | sed '4,6d' | sed '1i\' ``` Show URL, date and the analysis summary (Linux) diff --git a/screenshots/humble_adv_linux_2.jpg b/screenshots/humble_adv_linux_2.jpg index b8c95b9..ecd5d06 100644 Binary files a/screenshots/humble_adv_linux_2.jpg and b/screenshots/humble_adv_linux_2.jpg differ