Search Results

Search: Posts Made By: MadeInGermany
14,266
Posted By MadeInGermany
With bash-4 it's a piece of cake: #!/bin/bash ...
With bash-4 it's a piece of cake:
#!/bin/bash
# bash-4 required
declare -A sym
sym=(
[zero]=0
[one]=1
[two]=2
[three]=3
[four]=4
[five]=5
[plus]=+
)

while read -r -a words
do
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 07:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy