General Skills Level 2 100 points

Bash Scripting - Power of Automation

Mission

/app/numbers.txt contains numbers from 1 to 1000, one per line. Extract all numbers that satisfy these conditions and calculate their sum: Conditions: - Divisible by both 3 and 5 - NOT divisible by 7 Create a bash script to solve this. The sum is the flag.

#bash#scripting#automation#loops

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag