我找不到任何关于此的信息,它是已知文件吗?我在 Windows 10 上使用基于 CYGWIN 的终端
这是它们的位置和我使用的命令。
$ find -name [*
./bin/[.exe
./usr/bin/[.exe
Run Code Online (Sandbox Code Playgroud)
$ ls -l -a -r /* | grep [-.*\>]
...all other files that match this...
-rwxr-xr-x 1 X 197121 67134 Nov 6 14:22 [.exe
drwxr-xr-x 1 X 197121 0 Apr 2 18:15 ..
drwxr-xr-x 1 X 197121 0 Jan 26 03:20 .
Run Code Online (Sandbox Code Playgroud)
我想了解有关此文件以及是否可以删除它的更多信息。