problem description
what I may have described is a bit of a problem, maybe it has nothing to do with zsh. The specific problem is:
first of all, the content in my file1 is as follows:
asdsdf
sdfsdbbb
abbbb
then I run the following command in iterm:
(to match the line starting with an in file1)
cat file1 |grep ^a
the results are as follows:
bash......