Summary: | Konsole is not allowing me to write scripts/programs that print the standard output to a file. I'm writing a program that includes | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Randy Robinson <randy.robinson> |
Component: | single-process | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | fanzhuyifan, vinca.ostravsky |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Randy Robinson
2023-12-14 21:01:39 UTC
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. |