Command-Line Argument Comparison Script

# Introduction In this challenge, we will create a bash script to compare larger integer values from a `n` number of arguments using command line arguments. We will learn how to pass command-line arguments, how to compare integer values in a script, and how to print the largest value among the arguments.

|60 : 00

Click the virtual machine below to start practicing