1 shell script tagged "find word length"
- Shell script to read a number and write the number in words
Script logic is as follows:
a) First read number into a shell variable
b) Next get one digit at a time
c) Use simple case control structure and loop to find digit equivalent in words
Sample script to convert numbers into equivalent words
#!/bin/bash
# Shell script to read a number and write the number in words. Use case
# [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

