Answers for "how to create a new file in kali linux"

0

how to create a new file in kali linux

// To create a new file run the cat command followed by the redirection operator > and the name of the file you want to create.
// Press Enter type the text and once you are done press the CRTL+D to save the files.
cat > file1.txt
Posted by: Guest on January-31-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language