#Shell program to print Pascal triangle pastri() { r=$1 c=1 for((i=0;i