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 :: drupal update config install 
Shell :: how to remove docker image 
Shell :: chmod command 
Shell :: create fish alias 
Shell :: where does the export path file in linux 
Shell :: how to use scp 
Shell :: cat linux 
Shell :: linux nano editor 
Shell :: ssh bad owner permissions 
Shell :: bash script create file 
Shell :: make atom default editor in git 
Shell :: view memory usage linux 
Shell :: github rust action 
Shell :: Concatenating Strings in Bash 
Shell :: installing helm on linux 
Shell :: git rebase i 
Shell :: how to revert a commit in git 
Shell :: bash shuffle lines 
Shell :: set up vm arch 
Shell :: npm -g yarn 
Shell :: mac noide folder 
Shell :: ve-restore-user database only 
Shell :: powerhsell write to output file from multiple jobs 
Shell :: ffmpeg scale but keep aspect ratio 
Shell :: terminal list files extension in subfolders 
Shell :: view symbols of so linux 
Shell :: lalla 
Shell :: gammu-smsd.service: Unit configuration has fatal error, unit will not be started. 
Shell :: ubuntu apt get without cd rom 
Shell :: react-native app examples github 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =