Thread overview | |||||
---|---|---|---|---|---|
|
January 11, 2003 sorting a file | ||||
---|---|---|---|---|
| ||||
is there a file sort function available ? Or, do i have to load the file into memory, sort it and then write it back. |
January 11, 2003 Re: sorting a file | ||||
---|---|---|---|---|
| ||||
Posted in reply to jim | Hi Jim Sort it in what fashion: byte order, text-line lexical comparison? Matthew "jim" <x@y.com> wrote in message news:avq872$2bj4$1@digitaldaemon.com... > is there a file sort function available ? > Or, do i have to load the file into memory, sort it and then write it back. > > |
January 11, 2003 Re: sorting a file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | Just a good old ASCII text sort will do. "Matthew Wilson" <dmd@synesis.com.au> wrote in message news:avq95o$2c6c$1@digitaldaemon.com... > Hi Jim > > Sort it in what fashion: byte order, text-line lexical comparison? > > Matthew > > "jim" <x@y.com> wrote in message news:avq872$2bj4$1@digitaldaemon.com... > > is there a file sort function available ? > > Or, do i have to load the file into memory, sort it and then write it > back. > > > > > > |
Copyright © 1999-2021 by the D Language Foundation