I've somehow created a file that I can not seem to figure out how to delete via CLI.
$ ls -alF
total 8195
-rw-r--r--+ 1 me my_group 0 Jul 19 14:10 ''$'\r'
drwxrwx---+ 1 system system 0 Nov 17 14:58 ./
drwxr-xr-x+ 1 system system 0 Jul 17 15:40 ../
...
The first line item here I can not seem to find the correct escape sequence to be able to delete.
Attempting to grep this entry does not even work properly:
$ ls -alF | head -n2
total 8195
-rw-r--r--+ 1 me my_group 0 Jul 19 14:10
Note that when grepping / using other pipe'd commands, I can never see the name of the file.
this is a Cygwin wrapped Win10 environment