This is a simple program that filters phone numbers from a text file. It is written in Go. Finally the program sorts the numbers by its name with support of UTF-8 characters and removes duplicates numbers.
go run filter.go
The input file is contacts.txt
and the output file is filtered_contacts.txt
.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
You can contribute to this project by forking it and submitting a pull request.
Copyright (c) 2023, Max Base