美文网首页
Append new line of text to curre

Append new line of text to curre

作者: qwfys | 来源:发表于2018-03-01 19:52 被阅读2次

CLI

echo "new line of text" | sudo tee -a /etc/apt/sources.list

GUI (Text Editor)

sudo gedit /etc/apt/sources.list

Paste new line of text on new line at end of current sources.list text file in Text Editor.
Save and close sources.list

相关文章

网友评论

      本文标题:Append new line of text to curre

      本文链接:https://www.haomeiwen.com/subject/dcunxftx.html