Refer to: Linux commands, editors, and shell programming, and advanced programming in UNIX environment
Both exec and source are Bash Internal commands (builtins commands). Enter man exec or man source in Bash to view all internal command
Reference: Linux commands, editor and Shell programming, advanced Programming for UNIX environmentsReferenceThe bash shell commands are divided into two categories: external commands and internal commands.
Both exec and source belong to the Bash Internal command (builtins commands), which is entered under bash for man exec or
Man source can view all the internal command information.
The bash shell commands fall into two categories: external commands
Both exec and source belong to the Bash Internal command (builtins commands), where you can view all the internal command information by entering man exec or man source under bash.
The bash shell commands are divided into two categories: external
Reference: Linux commands, editor and Shell programming, advanced Programming for UNIX environmentsBoth exec and source belong to the Bash internal command (builtins commands), where you can view all the internal command information by entering man
EXEC command related in Linux:
Both exec and source are part of the Bash Internal command (builtins commands), where you enter man exec or man source to view all internal command information.The bash shell commands fall into two categories: external
EXEC command related in Linux:
Both exec and source are part of the Bash Internal command (builtins commands), where you enter man exec or man source to view all internal command information.The bash shell commands fall into two categories: external
Summary: three methods of executing shell scripts, fork, source and exec, are summarized.
Prerequisites
1. any program we run is a child process generated by the parent process. After the child process is completed, it is returned to the parent
Question 1:find:paths must precede expression[[email protected] data]# find/oracle/backup/exp/data-name exp_table01_db01_*.dmp.gz-atime +2 exec rm-rf {}\;Find:paths must precede expression:exp_table01_db01_20170928235039.dmp.gzDescription: When you
In linux, shell script execution methods and exec and source commands exec and source both belong to bash Internal commands (builtins commands ), enter man exec or man source in bash to view information about all internal commands. Www.2cto.com bash
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.