Posts by Mário Nunes • 1 point
1 post
-
0
votes3
answers280
viewsQ: Make a shell script bash that extracts to a new file all names and nr of women whose number starts with "91"
Consider that there is a "file1.txt" file that you have for example: Name of the person;Sex;Postal code;Cell phone number;Brand of the Cell Phone ... How do I write a shell script bash that extracts…