Reverse Number Using Shell Script

# Introduction In this challenge, you will learn how to use command-line arguments, arithmetic operations, and loops in shell script to reverse a given number. You will extract each digit of the number and convert it to reverse. This challenge will help you to understand the working of command-line arguments and arithmetic operations in shell script.

|60 : 00

Click the virtual machine below to start practicing