John, Here's that string from class. ls `env | grep PATH | grep -v XNLSPATH | sed -e 's/^PATH=//' | sed -e 's/\:/ /g'` | wc -l --Rob E. Aug 2, 2004 Spokane, WA This string counts the number of executables in the PATH variable in the user's environment.