From command line, how to know which Firefox version is installed in windows/linux?

前端 未结 6 885
猫巷女王i
猫巷女王i 2021-01-01 11:14

I need to know which Firefox version is installed on my system from command line of Windows or Linux.

6条回答
  •  一生所求
    2021-01-01 11:29

    7 years later...

    On newer version (I tried on 51.0.1) @Nömmik's answer doesn't work on Windows.

    But you can try this workaround:

    firefox -v | find "Mozilla"

提交回复
热议问题