mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 00:22:36 +02:00
Add a "stat" command to test FileHandle::stat().
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 18:48:05 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0286b5ea48e
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user