How to list all users and their total consumed space in multiple drives and just for a specific file extension? Basically similar to the output below:
User1 15T /datadrive01
User2 10T /datadrive01
User3 11gb /datadrive01
User1 20T /datadrive02
User2 10gb /datadrive02
User3 5gb /datadrive02
-name "*.txt"
to thefind
command. – pLumo Nov 07 '19 at 09:22