Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while read nome; do
- while read cognome; do
- echo "$nome$cognome" | tr '[:upper:]' '[:lower:]' | sed 's/ //g'
- done < cognomi.txt
- done < nomi.txt > combinazioni.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement