The apostrophes usually mean, pass whatever’s in-between as a raw string. I am 
not sure if this is true in this case, but my guess is that this command is 
literally looking for *10* in the filename.

Removing the apostrophes should fix your issue, though I am not sure what 
filenames look like in the “dts” directory.

> On 2020. Aug 31., at 20:13, John Chludzinski <john.chludzin...@gmail.com> 
> wrote:
> 
> Whereas, I’ve haven’t had time to try again to duplicate the ‘rm’ problem, I 
> have encountered yet another * “issue”:
> 
> I tried:
> 
> ls 
> ./a10_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/arch/arm/dts/'*10*'
> 
> and
> 
> ls 
> './a10_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/arch/arm/dts/*10*'
> 
> and got:
> 
> ls: cannot access 
> './a10_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/arch/arm/dts/*10*': 
> No such file or directory
> 
> Finally I resorted to:
> 
> ls ./a10_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/arch/arm/dts/ | 
> grep arria10
> 
> 
> _______________________________________________
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to