[digikam] [Bug 462736] Connection to external Mysql-Server fails

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Jan 26 20:35:31 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=462736

--- Comment #43 from caulier.gilles at gmail.com ---
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.



More information about the kde-mac mailing list