how to create a txt file with command line code example
Example: make text file command line
cat > sample.txt
# Write some text, press Ctrl+D when you are done
cat > sample.txt
# Write some text, press Ctrl+D when you are done