juanmabc 1360657980 learn cat /etc/passwd | while read user ; do echo "$user" | grep "$user"; done