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
For opening a file to write in Ubuntu on Windows bash, you can type -:
nano filename.txt
The above command will allow you to write/edit in the file after which, you can use ctrl+x and then press 'y' to save. Check/view the file content using -:
cat filename.txt