SED Fügen Sie Zeile zur Datei hinzu
sed '$ a <your important words here>' file.txt
# add -i to modify that file directly
Easy Earthworm
sed '$ a <your important words here>' file.txt
# add -i to modify that file directly