how do i echo the file name and its size in linux bash script code example
Example: bash size file
du -hs file/or/folder/path
---------------------------------------------------
-h for human readable
-s for summary: only total amount, not single files