https://bugs.kde.org/show_bug.cgi?id=462736
--- Comment #43 from [email protected] --- Form the Terminal, use redirection of you command line with > and >> to conacatenate. ex : ls -al > foo.txt foo.txt will be created with the output of ls -al to append new contents to foo.txt, use >> as for ex: uname -a >> foo.txt Et voilĂ attach foo.txt to this entry. a tutorial: https://linuxconfig.org/introduction-to-bash-shell-redirections Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
