Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/ecole_etude_fac_de_pau/licence_2/ise/shell/estconnu.sh

(Deskargatu)
#!/bin/bash

var=$1
if (grep $var /etc/passwd > /dev/null)
then echo 'oui'
else
echo 'non'
fi