1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-12 23:50:28 +02:00
Files
devops-exercises/topics/shell/files_size.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

136 B

Files Size

Objectives

  1. Print the name and size of every file and directory in current path

Note: use at least one for loop!