unix

Create a File with content in oneline – Unix

echo ‘One line content here’ | sudo tee /etc/apache2/filename.txt You can use echo “One line content here’ > filename.txt if the folder is not...
Balaji D Loganathan
5 sec read