You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
In lesson 7 theres you asked user " Now combine: print a message, then list files."
i replied with command echo "Files in this Directory" && ls
but it was showing as wrong. I thought it was a typo of mine and I tried multiple times but it stills output the same. Then I chcek the source of your code and found thats i the logical sector you have added 'echo "Files in current directory:" && ls' as expected output. and without this you can't pass the challenge. Like this I have found many logical errors. Fix it if you can otherwise the project will make no sense.
In lesson 7 theres you asked user " Now combine: print a message, then list files."
i replied with command echo "Files in this Directory" && ls
but it was showing as wrong. I thought it was a typo of mine and I tried multiple times but it stills output the same. Then I chcek the source of your code and found thats i the logical sector you have added 'echo "Files in current directory:" && ls' as expected output. and without this you can't pass the challenge. Like this I have found many logical errors. Fix it if you can otherwise the project will make no sense.