Horje
navigate to C drive in bash on WSL-Ubuntu Code Example
navigate to C drive in bash on WSL-Ubuntu
#C:\ in Windows is /mnt/c/ in WSL Ubuntu
#In Windows Subsystem for Linux (WSL) The C:\ drive is mounted as /mnt/c/, D:\ is mounted as /mnt/d/ et cetra. Therefore, C:/wamp64/www should be at /mnt/c/wamp64/www. Try:

cd /mnt/c/wamp64/www




Shell

Related
append data to a file with cat command Code Example append data to a file with cat command Code Example
gammu-smsd.service: Unit configuration has fatal error, unit will not be started. Code Example gammu-smsd.service: Unit configuration has fatal error, unit will not be started. Code Example
bash file works from terminal but not from desktop file Code Example bash file works from terminal but not from desktop file Code Example
check value is number in cmd Code Example check value is number in cmd Code Example
"ssd_inception_v1_coco_2017_11_17" example in github Code Example "ssd_inception_v1_coco_2017_11_17" example in github Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10