Horje
how to cd into a directory with a space linux Code Example
how to cd into a directory with a space linux
Either you put quotes around the directory name 
( cd "/Users/niho/Desktop/Reader 0.5" ) 
or you escape the directory name 
( /Users/niho/Desktop/Reader\ 0.5 ). 
As others have mentioned, quoting the path or backslash-escaping the 
spaces will work.




Shell

Related
linux directory structure Code Example linux directory structure Code Example
mac run a shell script Code Example mac run a shell script Code Example
Install Kubernetes Operator SDK Code Example Install Kubernetes Operator SDK Code Example
linux add user Code Example linux add user Code Example
how to upload laravel project on github using command Code Example how to upload laravel project on github using command Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8