Member-only story
Linux Tutorial — 3
Playing With Linux source
Command
A shell built-in command that reads and executes the file.
Linux is the most widely used Operating System in the world. If you haven’t worked with Linux previously, initially it seems complicated but it is not, and learning Linux is as easy as any other Operating system. This article covers one of the important built-in commands in depth — source
.
I have already written 2 articles on Linux commands, tips, and tricks. If you haven’t checked them out, you should go through them once. It would be a refresher.
About Source Command and Its Execution:
In Linux systems, the source
is a built-in shell command that reads and executes the file content in the current shell…