The content originates from the people's post and Telecommunications press "Linux command Application big dictionary"
tell 729 commands, 1935 examples
Learn about the Linux system's reference books, desk book, encountered the command or command not understand the options can be found
Strive to publish content every day
This article comes from " airfish2000 "blog, more commands to view blogs:
http://airfish2000.blog.51cto.com/10829608/1896850
SOURCE Command
use the source command to read and execute commands from the specified file in the current Shell Environment, and the command returns the exit status.
command syntax:
source [ file name ] [ parameter ]
Example : Reads and executes the /root/.bash_profile file.
[Email protected] ~]# Source/root/.bash_profile
This article is from the "airfish2000" blog, make sure to keep this source http://airfish2000.blog.51cto.com/10829608/1896850
SOURCE Command--linux command to apply a large dictionary 729 commands interpretation