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
Is your feature request related to a problem? Please describe.
I have client data stored in batches and with some bash I can get a list of directories where the data is. Ideally I would want to pass this list to gdu so it can give me a total used. Potentially appending each location to the existing file output.
→ gdu -npsa /root /home
Error: accepts at most 1 arg(s), received 2
Describe the solution you'd like
Ideally I would want to pass this list of different locations (containing many thousands of locations) to gdu so it can give me a total used.
Describe alternatives you've considered
Now I have to run gdu for each location, save the total and calculate the total at the end.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have client data stored in batches and with some bash I can get a list of directories where the data is. Ideally I would want to pass this list to gdu so it can give me a total used. Potentially appending each location to the existing file output.
Describe the solution you'd like
Ideally I would want to pass this list of different locations (containing many thousands of locations) to gdu so it can give me a total used.
Describe alternatives you've considered
Now I have to run gdu for each location, save the total and calculate the total at the end.
The text was updated successfully, but these errors were encountered: