mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 21:54:58 +00:00
Add a "stat" command to test FileHandle::stat().
This commit is contained in:
parent
c7c957966a
commit
0286b5ea48
6 changed files with 58 additions and 23 deletions
|
@ -263,7 +263,7 @@ void VirtualFileSystem::listDirectory(const String& path)
|
|||
sprintf(buf, "%u, %u", metadata.majorDevice, metadata.minorDevice);
|
||||
printf("%12s ", buf);
|
||||
} else {
|
||||
printf("%12u ", metadata.size);
|
||||
printf("%12lld ", metadata.size);
|
||||
}
|
||||
|
||||
printf("\033[30;1m");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue