In the ~/workspace/project-log directory, create file named changelog.txt with the following content and format:
Changelog
Version: 1.0
Redirect the output of the ls command to a file named file-list.txt in the ~/workspace/project-log directory
The command I am using is cd project-log
echo -e 'Changelog nVersion: 1.0 > changelog.txt
echo -e $(ls) > file-list.txt
Can someone please help me understand what I am doing wrong because neither of these work in the Codio labs