PDA

View Full Version : Linux command to append two lines into a file



Fli
11-04-2013, 08:55 AM
Hi,

please which simple command i need to use to append two lines of code to the end of some file?

for one line append i used linux command:

echo "this is a first line of code to append" >> filename

thank you