-
What first column with "e" or "." or "!" means? is it possible to disable it? Tried to remove from -n mode with awk, and its not very simple as its cannot be detected as -column- because some lines have this characters, most are not, only regex |
Beta Was this translation helpful? Give feedback.
Answered by
dundee
Feb 13, 2024
Replies: 1 comment
-
These are flags that say if there was some error or if the file is somehow special. See https://github.com/dundee/gdu?tab=readme-ov-file#file-flags for more details. Currently it's not possible to disable it, but it might be possible to add it as a configuration option. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dundee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are flags that say if there was some error or if the file is somehow special.
See https://github.com/dundee/gdu?tab=readme-ov-file#file-flags for more details.
Currently it's not possible to disable it, but it might be possible to add it as a configuration option.