You are on page 1of 1

to change to c

cd /d "c:
===================
to make a file
touch filename
type NUL > z-hardCompare.kt
==========================
to end command in the terminal
use "ctr + c"
==========================
to remove the directory use rmdir if only the file is empty
what do we do if not?
To remove a directory and all its contents, including any subdirectories and files,
use the rm command with the recursive option, -r.

You might also like