diff options
author | gennyble <gen@nyble.dev> | 2023-08-24 20:37:53 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-08-24 20:37:53 -0500 |
commit | 96ba35059a31dcf12f78587ee76bdea7262fe16b (patch) | |
tree | e8388e3aa1d8312965114ccbb0866b295c9f7d7d /readme.md | |
parent | 9a57073dd69c48f17abf0aa20dd8a7f8164a0b6e (diff) | |
download | whenwasit-96ba35059a31dcf12f78587ee76bdea7262fe16b.tar.gz whenwasit-96ba35059a31dcf12f78587ee76bdea7262fe16b.zip |
gentle refactor
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 522ffe6..5345195 100644 --- a/readme.md +++ b/readme.md @@ -14,4 +14,11 @@ varying ways to make a CSV, it's described in detail below. - `mtime`: time file was last modified - `atime`: time file was last accessed - if the `path` contains a comma (`,`) or a backslash (`\`), it is escape with a backslash -- if any one of the time cannot be attained, the field is left empty. \ No newline at end of file +- if any one of the time cannot be attained, the field is left empty. + +**behavior:** +prints a row for the current directory, a row for each file, and +then goes into each directory recursively. + +this results in reading the directory twice as to not cache the +directory listings in memory. \ No newline at end of file |