Listing 6: /etc/skel/.profile.pathend
##################################################################
# Script: /etc/skel/.profile.pathend
# Purpose: Provide the user with the proper setup for pathend in
# bourne or ksh.
# Updates: 4/1/94 Created. CIC
##################################################################
#
PATH=$PATH:.
export PATH
# End of File
|