Learn Bash by Building a Boilerplate → question “Use find to search for your header.png file and make sure it moved”
This question was asked before but there was no clear indication of the order of actions to proceed further.
I spent a lot of time to get through this, not a very clear question and here’s how I did it:
My steps:
$ cd /workspace/project/website/
$ find -name header.png
…So I shared my approach.