Bash Shell for usuario in `cat /etc/passwd | cut -d ":" -f1` do echo $usuario | wc -c done 1234 for usuario in `cat /etc/passwd | cut -d ":" -f1`doecho $usuario | wc -cdone