Languages
[Edit]
EN

Bash - reverse variable

0 points
Created by:
Amir-Hashempur
607

In this article, we would like to show you how to reverse variable passed from command line using Bash.

To reverse the string we use:

  • # operator - to get string length,
  • for loop - to iterate the string backwards, constructing the reversed string by adding characters one by one from the end to the start.

Practical examples

Edit

1. Variable from script

Edit

Example ./script.sh file:

Run in command line:

Output:

2. Variable passed from command line

Edit

Example ./script.sh file:

Run in command line:

Output:

 

Reusable example

Edit

Output:

 

Alternative titles

  1. Bash - reverse string variable
  2. Bash - reverse any variable passed from command line
  3. Bash - reverse string variable passed from command line
  4. Bash - reverse number passed from command line
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join