💻 Software
How do I 'cd' into a folder that has a '\' in the folder name
Fresh5 days ago
Mar 15, 20263498 viewsConfidence Score0%
0%
Problem
I have a folder named How do I into it?
Error Output
abcd\fff\ggg\ddd
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I 'cd' into a folder that has a '\' in the folder name
Low Risk
You have to escape the backslash character in order for it to work: Escaping means prefixing the backslash (also have to do this if the directory contains a space) with, funnily enough, a backslash. Linux interprets a single backslash as the escape …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix