This is an old revision of the document!


#!/bin/ksh

Source a file

Two ways. Using . you need to give it the path:

. ./.kshrc
. ~/.kshrc