-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

stat


> Display file and filesystem information.

More information.


Show file properties such as size, permissions, creation and access dates among others:

stat {file}

Same as above but in a more concise way:

stat -t {file}

Show filesystem information:

stat -f {file}

Show only octal file permissions:

stat -c "%a %n" {file}

Show owner and group of the file:

stat -c "%U %G" {file}

Show the size of the file in bytes:

stat -c "%s %n" {file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 09:00:47 2024