This blog post introduces the jd function that enhances the cd (change directory) command for Bash shells under WSL to make it easier to access past working directories without the need to remember or type their paths, as well as to allow typing and pasting Windows paths. You can use the jd function just asContinue reading “WSL Bash CD Enhancement to Track Directories Across Sessions”
Tag Archives: docker
WSL/Bash/Linux Cheat Sheet
ChatGPT wrote a cheat sheet of commands available in Bash under WSL (Linux). You should be able to generate cheat sheets about anything, but if there is much content, you need to break the process into phases. Step 1: Create Lists of Commands Step 2: Create Markdown Tables Step 3: Merge and Sort Step 4:Continue reading “WSL/Bash/Linux Cheat Sheet”
Using Windows Command Line Tool Output in Bash under WSL
This blog post explains how you can use the output of Windows Command Prompt commands in Bash scripts under WSL. In Bash under WSL, I want to use the output of the tree command to list the contents of a WSL directory. Tree is unusual in a few ways: it is part of cmd.exe, notContinue reading “Using Windows Command Line Tool Output in Bash under WSL”
Mount Remote Apple File System from Windows Subsystem for Linux (WSL)
I accidentally posted this to the wrong blog! https://deliverystack.net/2024/10/21/mount-remote-apple-file-system-from-windows-subsystem-for-linux-wsl/ Here it is again. This blog post provides shortcuts to mount a remote Apple file system under Windows Subsystem for Linux. You can use this technique to access Apple file systems from Windows Subsystem for Linux and Windows itself. You can use Airdrop to copy imagesContinue reading “Mount Remote Apple File System from Windows Subsystem for Linux (WSL)”