Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to copy paste windows paths to wsl

# Windows Build 17046 [1] contains new wslpath utility that can translate paths 
# from/to WSL/Windows. 
$ echo $0
>>/bin/bash

$ which wslpath
/bin/wslpath

$ wslpath -a 'C:aaabbcccfoo.zip'
/mnt/c/aaa/bbb/ccc/foo.zip

# You can call wslpath from Powershell on Windows:
$ wsl wslpath -a 'C:aaabbcccfoo.zip'
/mnt/c/aaa/bbb/ccc/foo.zip
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu dind docker image 
Shell :: grub bootloader corrupted fedora 36 
Shell :: Select drive and auto change assigned letter 
Shell :: mv selected directory 
Shell :: installing through requiirements file 
Shell :: get specific version of package 
Shell :: sns.lineplot 
Shell :: how to get device name in lsusb 
Shell :: install Open broadcaster software. Free video recording software for linux 
Shell :: how to upgrade a kubeone cluster 
Shell :: WSL distro startup fail 
Shell :: ebola 
Shell :: install convox 
Shell :: ignore all logs 
Shell :: ubuntu sysmon 
Shell :: ERR_DEVICE_LOCKED: Device still locked after 1 minute. 
Shell :: download it from Ubuntu package archives from a working computer, save it in a usb drive, mount it from tty1, and then use dpkg to install it. 
Shell :: po to mo ubuntu 
Shell :: UFT Developer Deployment 
Shell :: inquiring battery power level linux fedora 
Shell :: could not get batched bridge 
Shell :: k8s install rabbitmq 
Shell :: making password sensitive/hide in terraform 
Shell :: shared folder in vmware workstation 15 rhel 8 
Shell :: containerDS Desktop tool for docker images 
Shell :: HFSS parametic sweep in batch 
Shell :: import kleur 
Shell :: how to check docker-compose logs 
Shell :: Git failed with a fatal error. could not read Password for 
Shell :: install modules mu 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =