How to download all the RHEL7 docs

You can easily download all of the available Red Hat Enterprise Linux 7 Documentation (in PDF format) from a BASH prompt, by using the following command line:

curl -s https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/ | grep -o '[^"]*Linux/7/pdf[^"]*' | xargs -I{} wget https://access.redhat.com{}

This is very handy when you are studying for RHEL 7 Certification (RHCSA/RHCE). All the answers to the test are in these docs...  :-)