package
0.0.1-rc20230124
Repository: https://github.com/keinos/go-sortfile.git
Documentation: pkg.go.dev
# Functions
ExternalFile sorts the file using external merge sort (K-way merge sort).
FileExists returns true if the path exists and is a file.
FromPath sorts the file by lines and stores the result in the given path.
FromPath sorts the file by lines and stores the result in the given path.
InMemory sorts the lines in-memory from the given io.Reader and writes the result to the given io.Writer.