Hi Lentila! On Wed, 19 Dec 2001, Lentila de Vultur wrote:
> > > am un script bash in care utilizatorul introduce o adresa ip. cum pot filtra > input-ul astfel incat sa accept doar cifre shi "."? > ma intereseaza in principiu solutzie bash/awk/sed dar orice idee e > binevenita. read x x=`echo $x | sed 's/[^0-9.]//g'` -- teodor --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
