Cygwin – command line windows

"Change Directory". Give the name of the directory you want to be your new current directory - either relative to where you are, or absolute, relative to the file system tree "root" at "/". cp "Copy" a file: "cp hello1.c hello2.c" will make hello2.c a copy of hello1.c ................
................