#!/bin/sh
PATH=/usr/bin:$PATH
echo -n "a\tb\tc\c"
echo
PATH=/usr/5bin:$PATH
echo -n "a\tb\tc\c"
echo

