mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
file, stat: refer to each other (#19234)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# file
|
||||
|
||||
> Determine file type.
|
||||
> See also: `stat`.
|
||||
> More information: <https://manned.org/file>.
|
||||
|
||||
- Give a description of the type of the specified file:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# stat
|
||||
|
||||
> Display file and filesystem information.
|
||||
> See also: `file`.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/stat-invocation.html>.
|
||||
|
||||
- Display properties about a specific file such as size, permissions, creation and access dates among others:
|
||||
|
||||
Reference in New Issue
Block a user