Last Sync: 2022-06-11 19:30:03
This commit is contained in:
parent
077258d8cd
commit
24980e4447
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ tags:
|
||||||
- Programming_Languages
|
- Programming_Languages
|
||||||
- shell
|
- shell
|
||||||
---
|
---
|
||||||
|
# Passing arguments to scripts
|
||||||
## Relation between commands and programs
|
## Relation between commands and programs
|
||||||
|
|
||||||
Whenever we issue a command in bash we are really running an executable program that is associated with the command. This is why when we create our own bash scripts we must run `chmod` to make them executables. When we issue a command like `./file.sh` we are running an executable program.
|
Whenever we issue a command in bash we are really running an executable program that is associated with the command. This is why when we create our own bash scripts we must run `chmod` to make them executables. When we issue a command like `./file.sh` we are running an executable program.
|
||||||
|
|
Loading…
Add table
Reference in a new issue