#!/bin/bash
set -o posix
mot=pingpong
echo ${mot#ping}