“Couldn't find a file descriptor referring to the console” on Ubuntu bash on Windows

前端 未结 5 1055
你的背包
你的背包 2020-12-13 05:53

I\'m new in here and it\'s my first post.

I have a problem with Bash on Ubuntu on Windows. If I type \"open (filename)\" on Mac terminal, it opens the file with the

5条回答
  •  死守一世寂寞
    2020-12-13 06:14

    That's because open is a Mac specific command, it is not available under Linux (ubuntu), Mac open can execute a file (if the file is executable), or open the file into a text editor (if it is a document or text file) or open a directory.

提交回复
热议问题