Horje
echo to add line to file Code Example
echo to add line to file
touch sample.txt 
echo "this is line one" > sample.txt  #adds this as first line
echo "this is line two" >> sample.txt #appends the line to sample.txt

#if you do echo "this will remain alone" > sample.txt
#	it will rewrite the sample.txt file with the string passed above




Shell

Related
yum  snap install --classic certbot Code Example yum snap install --classic certbot Code Example
Read-only filesystem disk kubuntu Code Example Read-only filesystem disk kubuntu Code Example
bash if unset Code Example bash if unset Code Example
????author signature Code Example ????author signature Code Example
get all files from folders to 1 parent folder Code Example get all files from folders to 1 parent folder Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10