what is "sourcing" in unix/linux shell..
Let me explore “sourcing” in a UNIX/LINUX shell by few words. I have seen the usage of “sourcing” for a long time in my linux systems. Today I thought of making it familiar to my friends by this blog.. [humble@humble ]$ cat /etc/rc5.d/S07iscsid |head -n 30|grep -v “#” . /etc/rc.d/init.d/functions exec=/sbin/iscsid prog=iscsid config=/etc/iscsi/iscsid.conf lockfile=/var/lock/subsys/$prog [humble@humble …