0

I'm a total newbie here. How do I open .cpp file from the github directory? what command should I use? I'm in the directory where the .cpp file is stored but I do not know how to open that in the terminal.

Nocturnal99
  • 103
  • 3

1 Answers1

-1

You can open the file in any text editor. Try:

nano file_name.cpp
Eliah Kagan
  • 116,445
  • 54
  • 318
  • 493
Milan Patel
  • 122
  • 2