file_sorter
(
stdlib)
Functions
sort(Input, Output) -> term()
sort(Input0, Output0, Options) -> term()
keysort(KeyPos, FileName) -> term()
keysort(KeyPos, Input, Output) -> term()
keysort(KeyPos, Input0, Output0, Options) -> term()
merge(Files, Output) -> term()
merge(Files0, Output0, Options) -> term()
keymerge(KeyPos, Files, Output) -> term()
keymerge(KeyPos, Files0, Output0, Options) -> term()
check(FileName) -> term()
check(Files0, Options) -> term()
keycheck(KeyPos, FileName) -> term()
keycheck(KeyPos, Files0, Options) -> term()