I have created 3 folders named Paul, James & Kurt.
In each folder that I've created I must also have 3 folders named (Documents, Pictures, Music).
And also
Each named folder should have a README file containing the following contents: "These folders are used to store employee details."
Can some kindly guide me through this
Documentsetc. should be doable.echo "These folders are used to store employee details." > READMEwill create your file.