From the menu bar click,
File>New
The new document will be created. Work and when you are done: from the menu bar click,
File>Save
Close the program.
Ta Da....- Rocket Science !!
A source file is nothing more than a text file with code. Therefore, any file created in Notepad and saved as "anyname.c" is considered a C source file.
There are a few ways to do this. First, you can simply hit "Cntrl + N", or select file menu and select "new". sdloco Here is a good tips and tricks site for everything excel...
You can use cat to create files by specifying an input for it and redirecting its output to a new file. cat file1 > file2
That would make a copy of file1 and call it file2. To join two or more...