Answers for "new textfile bash"

1

bash create file with content

echo "My File, My Choice" > "/home/simsu/file.txt"
Posted by: Guest on January-13-2022
7

bash add text to file

echo "hello world" >> my_file.txt
Posted by: Guest on February-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language