【发布时间】:2022-12-02 01:34:26
【问题描述】:
My variable $pepe has the name of a file (with spaces) as value, and I want to use the grep command to find that file in ls -l. The problem is that I can literally write it but I cannot use it if its set inside $pepe.
In the image you can see what I tried.
【问题讨论】: