What is the output of this code?
VAR="/var/www/html/website.com/html/" echo "${VAR#*/html}"
/var/www/html/website.com/
Nothing will be echoed on the screen.
/website.com/html/
/html/website.com/html/