bash file windows code example
Example 1: How to use my windows file through bash
You'll find the Windows C:\ structure at /mnt/c/ in the Bash environment.
Therefore, my Documents folder is at /mnt/c/Users/Ben/Documents/.
so give comand of cd /mnt/c/ to enter the c file
Example 2: bash download a file
# Basic syntax:
wget http://www.example.com/file.pdf