mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
add a file flags section in the docs
This commit is contained in:
parent
14afd92ba2
commit
48a266c348
1 changed files with 37 additions and 0 deletions
37
doc/ncdu.pod
37
doc/ncdu.pod
|
|
@ -172,6 +172,43 @@ See http://www.brynosaurus.com/cachedir/
|
|||
=back
|
||||
|
||||
|
||||
=head1 FILE FLAGS
|
||||
|
||||
Each entry has a chance being prefixed by one of the following flags:
|
||||
|
||||
=over
|
||||
|
||||
=item <
|
||||
|
||||
Excluded by using exlude patterns
|
||||
|
||||
=item !
|
||||
|
||||
Error while reading this item
|
||||
|
||||
=item .
|
||||
|
||||
Error in a subdirectory
|
||||
|
||||
=item >
|
||||
|
||||
Excluded because it was an other filesystem
|
||||
|
||||
=item H
|
||||
|
||||
The entry is a hard link
|
||||
|
||||
=item @
|
||||
|
||||
The path is neither a file nor a folder (e.g. a soft link or a device file)
|
||||
|
||||
=item e
|
||||
|
||||
The directory is empty
|
||||
|
||||
=back
|
||||
|
||||
|
||||
=head1 KEYS
|
||||
|
||||
=over
|
||||
|
|
|
|||
Loading…
Reference in a new issue