Num links added to ls -l output (#2496)

This commit is contained in:
Chris Gillespie
2020-09-06 09:36:50 -07:00
committed by GitHub
parent 79cc725aff
commit 5a725f9651
2 changed files with 27 additions and 4 deletions

View File

@ -279,8 +279,18 @@ fn list_all_columns() {
#[cfg(unix)]
{
[
"name", "type", "target", "readonly", "mode", "uid", "group", "size",
"created", "accessed", "modified",
"name",
"type",
"target",
"num_links",
"readonly",
"mode",
"uid",
"group",
"size",
"created",
"accessed",
"modified",
]
.join("")
}