On 2022-11-27 09:29, Klaus Dittrich wrote:
grepĀ  gdk* file.txt

You should quote the pattern for the shell, e.g.:

grep 'gdk*' file.txt

You can see what's going on by using the shell command 'set -x' before running 'grep'.



Reply via email to