Create a new file that matches the format described above.
A very simple and to the point answer for the question
There is a command called touch command in linux which is used to create an empty file like as you want to create a file named solution05.csv so you can do this by the command :
touch solution05.csv (Note: You should first go the location where you want to create the file by the use of cd command).
Another command used to create a file is cat command, It can also be use like : cat>solution05.csv
One thing you need to remember is that cat command is use to create file and at the time of creation you need to enter content of the file and after you enter the content press Ctrl + D so that it will autmatically save the file.
and on the other hand the touch command will just create an empty file.
Hope it will resolve your problem.
Get Answers For Free
Most questions answered within 1 hours.