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

8 lines
136 B
Markdown
Raw Permalink Normal View History

2021-11-07 17:54:06 +02:00
## Files Size
### Objectives
1. Print the name and size of every file and directory in current path
Note: use at least one for loop!