Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

move into folder cmd

The cd command can be used to change into a subdirectory,

cd subdirectory_name						-> To go one level into subdir
cd subdirectory_name/subsubdirectory_name	-> To go two levels into subdir

move back into the parent directory,

cd ..       -> To go back one level
cd ....    -> To go back two levels

move to previos directory,

cd -

move all the way back to the root directory or move to any
given directory

cd C:/Give_Path_to_directory
Comment

how to move to directories in command prompt

cd Desktop/myDirectory
Comment

move to folder in command line windows

# move to a directory:
cd myFolder

# move out of a directory
cd ..

# move to another hard disk
# in this example i want to move to drive F, just type:
f:
# and hit enter
Comment

PREVIOUS NEXT
Code Example
Shell :: Fetch submodules recursively 
Shell :: git config log 
Shell :: what is bin/bash 
Shell :: add co author git 
Shell :: powershell script example 
Shell :: bash exit code 
Shell :: commande pour installation de dotnet 3.5 offline 
Shell :: install dpkg vscode 
Shell :: cmd run exe as service 
Shell :: how to ignore modified file in git 
Shell :: rm vs rmdir 
Shell :: tailwind installation 
Shell :: connect terminal to server 
Shell :: unable to delete c2dd1984ad5b (must be forced) - image is being used by stopped container 
Shell :: give sudo permission to vim ubuntu 
Shell :: github deploy server 
Shell :: change dns in openvpn config 
Shell :: git flow feature 
Shell :: how to git push to current branch 
Shell :: run sh file 
Shell :: mkdir command 
Shell :: remote: Permission to asfand005/test.git denied to asfand87. 
Shell :: comment stopper le serveur apache par defaut ubuntu 
Shell :: installing ruby on rails ubuntu 20.04 
Shell :: files 644 folders 755 
Shell :: kill nohup task job 
Shell :: list of commands & concepts you should master to be verbose with Unix systems: 
Shell :: mailutils check mail 
Shell :: how to take a screenshot with on raspberry pi 
Shell :: logoutn login in git 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =