Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Nov 17, 2024
1 parent 0bc860c commit 61fca7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ This Behaviour is included by Default when using <a href="#--nk---nokeyword">--n
Shows meta Information for each File provided and stops Code Execution.
The meta Information includes file Signature, File Size, Time of Access, -Modified and -Created.
On Windows OS Systems this Parameter will also display the classic File Attributes.
On Unix Systems this Prameter will also display the classic Group Permissions.

```console
> catw test.txt -a
Expand All @@ -742,6 +743,16 @@ CTime: YYYY-MM-DD HH:MM:SS.
+Archive, Indexed
-System, Hidden, Readonly, Compressed, Encrypted
```
```console
> catw test.txt -a
<Path>/test.txt
Signature: -
Size: 1.55 KB
ATime: YYYY-MM-DD HH:MM:SS.
MTime: YYYY-MM-DD HH:MM:SS.
CTime: YYYY-MM-DD HH:MM:SS.
-rwxrwxrwx 1 user user
```

### <a id="-m---checksum">-m, --checksum</a>

Expand Down

0 comments on commit 61fca7e

Please sign in to comment.