Search code examples
terminalidecontainers

How to create a file using goorm terminal


Hi i am not able to figure out what is the command for creating a file from terminal in Goorm ide . Just to make clear i want to create new file only from terminal not by gui.


Solution

  • Just like in other Linux terminals, you can type touch filename to create a file via goormIDE terminal.

    FYI:

    • Type mkdir foldername to create a directory
    • Type goorm filename to open a file in goormIDE editor