Answers for "linux write"

1

write in a file linux

sudo apt-get update
sudo apt install nano
nano <filename>
Posted by: Guest on January-02-2021
0

linux write

# Linux - Bash

#syntax 
# echo -e "*<string-to-append>" >> *<file-name>

# example
echo -e "aaa" >> test_1.txt
Posted by: Guest on May-18-2020

Code answers related to "linux write"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language