We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stat
exiftool
We can get file attributes without additional programs, but use the built-in stat utility.
We won't need to install a third party program.
Windows also has an alternative command: Windows equivalent to the unix "stat" command?. You may also find this useful: stat(1) — Linux manual page.
Here's what it looks like on macOS and ubuntu. You can also specify the output format you want via the --format argument.
--format
The text was updated successfully, but these errors were encountered:
Looks great. It will be better if we don't need to install another tool.
Sorry, something went wrong.
No branches or pull requests
The part you want to Enhancement
We can get file attributes without additional programs, but use the built-in
stat
utility.Why it is necessary to enhancement
We won't need to install a third party program.
Additional context
Windows also has an alternative command: Windows equivalent to the unix "stat" command?.
You may also find this useful: stat(1) — Linux manual page.
Here's what it looks like on macOS and ubuntu. You can also specify the output format you want via the
--format
argument.The text was updated successfully, but these errors were encountered: