cd: string not in pwd: /Users/zoo/biggit/gactions gactions code example
Example: 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.