Browse Source

chore(dir-info): make comment accurate

DEV-4382-q-4-optional-better-cat
eslopfer 1 year ago
parent
commit
cb024df579
  1. 2
      sh/tests/solutions/dir-info.sh

2
sh/tests/solutions/dir-info.sh

@ -41,7 +41,7 @@ echo "Largest file: $largest_file ($largest_file_size bytes)"
echo "Smallest file: $smallest_file ($smallest_file_size bytes)"
echo "Average file size: $average_size bytes"
# Print the files larger than average size
# Print the files larger or equal than average size
echo "Files larger or equal to average size ($average_size bytes):"
for file in $(find $dir_path -type f)
do

Loading…
Cancel
Save