Linux Sprawdź pamięć zajmowaną przez plik i folder
# To see the full size of a folder
du -hs YOUR_FOLDER_NAME
# To see the each file and folder size
ls -shR
paramjeetdhiman