Linux
Difficulty: unrated
Source: bregman-arie/devops-exercises by Arie Bregman
find /some_dir -iname *.yml -print0 | xargs -0 -r sed -i "s/1/2/g"