summaryrefslogtreecommitdiff
path: root/sys/src/cmd/walk.c
AgeCommit message (Collapse)Author
2022-08-08walk: include qid version in deduplicationglenda
the qid version is part of the qid, take it into account for deduplication.
2021-04-06[9front] walk: properly format permissionsStephen Gregoratto
This patch adds dirmodefmt from fcall.h to pretty-print file permissions, similarly to ls -l. I didn't notice any performance degradation. I hope no-one relied on the old behaviour.
2020-01-28walk: add D and T fmt characters (fileserver device/type)BurnZeZ
2020-01-28walk: remove superfluous newlineBurnZeZ
2019-03-30walk: remove unused depth argument from dofile()BurnZeZ
2019-03-25added walk(1)BurnZeZ