Bash script: Difference between revisions
Jump to navigation
Jump to search
(새 문서: A summary for some importat Bash configuration {| class="wikitable" |+ !Command !Description |- |set |'''set [options] [arguments]''' sign (-) is used with the command’s option to enable that option and the plus sign (+) is used with the command’s option to disable that option {| class="wikitable" | -a |It defines those variables or functions which are created or modified or exported. |- | -b |It informs the job termination. |- | -B |To do the task of the brace expansion....) |
No edit summary |
||
Line 1: | Line 1: | ||
A summary for some | A summary for some important Bash scripts | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ |
Revision as of 13:05, 28 March 2023
A summary for some important Bash scripts
Command | Description | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
set | set [options] [arguments]
sign (-) is used with the command’s option to enable that option and the plus sign (+) is used with the command’s option to disable that option
|