You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the gdu, I tested it recently and I really like it. When running in my scripts, I would like to mimic the du command to get out the same information for my parser.
I have directory e.g. /some/path/a with some sub-directories. When running du --summarize /some/path/a, I will get a size of that particular directory. Runnig gdu -cnp /some/path/a prints 78GB /dir1 45GB /dir2
where dir1 and dir2 are sub-dirs of /some/path/a, but I won't get the summary size of /some/path/a. Am I missing something?
There is an option for ignoring strings (-I), but would it be possible to implement exclude file, i.e. I use this command du --exclude-from SOME_FILE, it would be great to be able to do same thing in gdu
Thanks and keep up the good work :-)
The text was updated successfully, but these errors were encountered:
Hi, thanks for the gdu, I tested it recently and I really like it. When running in my scripts, I would like to mimic the du command to get out the same information for my parser.
I have directory e.g. /some/path/a with some sub-directories. When running
du --summarize /some/path/a
, I will get a size of that particular directory. Runniggdu -cnp /some/path/a
prints78GB /dir1
45GB /dir2
where dir1 and dir2 are sub-dirs of /some/path/a, but I won't get the summary size of /some/path/a. Am I missing something?
There is an option for ignoring strings (-I), but would it be possible to implement exclude file, i.e. I use this command
du --exclude-from SOME_FILE
, it would be great to be able to do same thing in gduThanks and keep up the good work :-)
The text was updated successfully, but these errors were encountered: