Friday, August 12, 2011

Help with bash programming?

Write the countup_up_down script so that it takes two integer command line arguments. The script displays the numbers between the two integers (including the two numbers) in ascending order if the first number is smaller than the second, and in descending order if the first number is greater than the second.

No comments:

Post a Comment