do you have a file in that directory named "$LFS"? the backslash in your autocomplete means it's treating it as an escaped $ instead of a variable.
On Thu, Sep 2, 2021 at 11:00 AM Michael via PLUG-discuss < [email protected]> wrote: > whenever I type rm $LFS/so <tab><tab> it is replaced with: > > bmike1@bmike1-desktop:~$ rm \$LFS/so (and the auto complete options) > > which upon completion results in: > > rm: cannot remove '$LFS/sources/wget-list': No such file or directory > > why is it doing this? > -- > :-)~MIKE~(-: > --------------------------------------------------- > PLUG-discuss mailing list - [email protected] > To subscribe, unsubscribe, or to change your mail settings: > https://lists.phxlinux.org/mailman/listinfo/plug-discuss -- James McPhee [email protected]
--------------------------------------------------- PLUG-discuss mailing list - [email protected] To subscribe, unsubscribe, or to change your mail settings: https://lists.phxlinux.org/mailman/listinfo/plug-discuss
