Implement -s: Print the size of each file in bytes along with the name.
Plus: Implement -h: Print the size of each file but in a more human readable way, e.g. appending a size letter for kilobytes (K), megabytes (M), gigabytes (G), terrabytes (T), petabytes (P) and exabytes (E).
Implement
-s: Print the size of each file in bytes along with the name.Plus: Implement
-h: Print the size of each file but in a more human readable way, e.g. appending a size letter for kilobytes (K), megabytes (M), gigabytes (G), terrabytes (T), petabytes (P) and exabytes (E).