[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
RE: grep et parametre
- To:
- Subject: RE: grep et parametre
- From:
- Date: Tue, 2 Nov 1999 07:41:34 -0500
> -----Original Message-----
> From: anthony dube []
> Sent: Tuesday 2 November 1999 13:02
> To: [email protected]
> Subject: grep et parametre
>
>
> J'ai le script suivant :
>
> #!/bin/sh
> echo $1 > t
> if grep -q '[^0-9]' t;
> then
> echo "Le paremetre contient un caractere, il n'est pas valide !"
> else
> echo $(expr $1 + $1)
> fi
>
> Il fonctionne bien, mais je ne l'aime pas. J'aimerais passer
> a la commande grep le parametre $1 pour faire sauter la creation
> du fichier a la 2e ligne.
tu peut toujours utiliser les pipes
echo $1 | grep whatigrep
mais je comprends pas vraiment ce que tu veux faire? tester si tu as un
entier ?
>
> Est-il possible de passer en parametre autre chose qu'un fichier
> a la commande grep ?
>
> Merci
>
>
**** DISCLAIMER ****
"This e-mail and any attachments thereto may contain information
which is confidential and/or protected by intellectual property
rights and are intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,
total or partial reproduction, communication or distribution in any form)
by persons other than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender either
by telephone or by e-mail and delete the material from any computer.
Thank you for your cooperation."