#!/bin/ksh

Source a file

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

. ./.kshrc
. ~/.kshrc

Navigation
QR Code
QR Code ksh (generated for current page)