devops-exercises/topics/shell/print_arguments.md

10 lines
227 B
Markdown
Raw Normal View History

2021-11-07 16:54:06 +01:00
## Shell Scripting - Print Arguments
### Objectives
You should include everything mentioned here in one shell script
1. Print the first argument passed to the script
2. Print the number of arguments passed to the script
3.