[konsole] [Bug 478524] Konsole is not allowing me to write scripts/programs that print the standard output to a file. I'm writing a program that includes
Vincenc Elias
bugzilla_noreply at kde.org
Thu Dec 14 21:54:28 GMT 2023
https://bugs.kde.org/show_bug.cgi?id=478524
Vincenc Elias <vinca.ostravsky at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vinca.ostravsky at gmail.com
Resolution|--- |NOT A BUG
Status|REPORTED |RESOLVED
--- Comment #1 from Vincenc Elias <vinca.ostravsky at gmail.com> ---
Thanks for your report!
Any bug reports are appreciated but the syntax of your command is wrong. If you
want search for multiple strings use: grep "string1\|string2\|string3". If you
write it like this: grep "string1" "string2", it will look for string1 in file
named string2. It will basically return an error.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list