Join us
@faun ・ Apr 27,2023
The author discovered that typing `??` in the Terminal when Golang is installed brings up the Golang command line interface.
After investigating, they found that the `??` command is being expanded by the shell to match any two-character filename or directory entry in the current working directory. The global binary file location resolving has a higher priority than the local filename or directories. They also found it interesting that the expanded filenames or directories can be used to execute commands or scripts.
Join other developers and claim your FAUN account now!
Only registered users can post comments. Please, login or signup.