I try to find the size of my disk, so i runned the below command
$ sudo fdisk -s /dev/sda
976762584
It shows like above. I think the size(976762584
) of the disk is shown in kilobytes. How do i convert the value to megabytes or gigabytes through terminal for better understanding?