I have to create the function in shell script, that function name must contain the special characters. like

 >()
 {
 echo $1 $2
 }

Here my function name is `>`, If its possible how can I give, Like above I tried that But it will through the error

Thanks..