{"id":80,"description":"List files with their disk usage","tags":["shell","linux"],"contents":["$ ls -lash","Shows a **long** listing of **all** files along with their ","**actual file size in number of blocks** (typically 512 bytes) and ","file size in **human readable** form (e.g B for bytes, K for kilobytes, G for gigabytes etc)"]}
