Search Results

Search: Posts Made By: kezkez
1,669
Posted By fpmurphy
Put following code in file called phonedecode. ...
Put following code in file called phonedecode. Make it executable (chmod 755 phonedecode)

#!/bin/bash

echo "$1" | sed 's/[a-c]/2/g' | sed 's/[d-f]/3/g' | sed 's/[g-i]/4/g' |
sed 's/[j-l]/5/g'...
Showing results 1 to 1 of 1

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