Answers for "create a file with text in linux"

1

create a file with text in linux

cat > ~/the/path/fileName.txt
the text{ctrl+D to end text entry}
Posted by: Guest on February-08-2021

Code answers related to "create a file with text in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language