Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: iptables localhost redirection 
Shell :: docker Unable to setup unix socket lock file 
Shell :: how to create tmp directories in hpc 
Shell :: cheese not working in ubuntu 20.04 asus 
Shell :: search past commands in termainal 
Shell :: fedora insall kdenlive 
Shell :: outil de programmation socket sur ubuntu 
Shell :: autopsy linux can not connect 
Shell :: install graylog for pfsense on centos 8 
Shell :: what is %prec in yacc 
Shell :: how do confirm a commit revert git 
Shell :: install openvpn acces 2.5.2 
Shell :: linux df -h levels occupy 
Shell :: GVfs metadata is not supported. Fallback to TeplMetadataManager. 
Shell :: powershell script to copy mutliple files into a single file 
Shell :: redirect folder to 403 
Shell :: Shell:startup nsis 
Shell :: linux strip executable 
Shell :: how to rollback to 20h2 
Shell :: install glibc 2.14 redhat 6 
Shell :: existing repository 
Shell :: Turn on bluetooth in kali linux / soft unblock 
Shell :: eacces permission denied when remove item 
Shell :: git merge master terminal insert 
Shell :: proxy v git 
Shell :: Bitbucket config to deploy aws instance 
Shell :: bucle infinito bash 
Shell :: zsh command not found scp 
Shell :: xargs use arg multiple times 
Shell :: git stop tracking files matching pattern 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =