Answers for "string not in pwd"

1

string not in pwd

The directory I'm trying to cd into is "! js basics" 
using "cd ! js basics" which won't work.

I was able to access the folder by escaping the space 
using this: \

USE THIS INSTEAD "cd \!\ js\ basics"
each \ escapes the command the code reads and instead 
reads it as text.
Posted by: Guest on January-02-2020

Browse Popular Code Answers by Language