I now calculate my users diskspace with command "df -h /dir1 >diskspace.txt". This lists all directories and size of them to this file. How can i print only the total used diskspace, wich is the last line of the file. Also how can i add another directory to the command, so it would calculate 2 different dirs and report total used diskspace?