#!/bin/bash

name=foodforthought.jpg
echo ${name##*fo}
