Please enable JavaScript.
Coggle requires JavaScript to display documents.
Working with the Command-Line Interface (General
Terms (Commands
…
-
Commands in common
macOS & Linux
-
-
-
(Linux) to run a newly downloaded executable file, you need to add a period and a slash in front of the executable. Example: ./runme
-
-
-
Windows
Running a program
Change the prompt focus to the directory where the programe is stored.
Example: cd C:\Windows\System32
Type program name with or without the extensions,
press ENTER
-
-
-
-