Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change directory

$ cd the_repo
Comment

linux change directory

# Few shorctus for changing directory
# go home directory
cd ~

# go to root directory
cd /

# go back to previous directory
cd -

# go up one directory level
cd ..

# go up two directory level
cd ../../ # and so on
Comment

change directory in linux

# if u want to change folder please use this command
#use pwd command to see where the location is 
#then use "cd" to move to other folder
cd <folder name u want to move>
ex => cd Documents/python/
#if u dont have linux then use "git bash"
Comment

linux change directoryyy

cd yourdir/xfolder
Comment

PREVIOUS NEXT
Code Example
Shell :: delete github repository without browser 
Shell :: delete merge branch git 
Shell :: what is echo in a batch file 
Shell :: comment installer tar.gz 
Shell :: git remove file 
Shell :: bash script template linux 
Shell :: grep usage 
Shell :: create private repository github command line 
Shell :: docker remove 
Shell :: pip install datetime 
Shell :: git merge another branch to current branch 
Shell :: restart service linux crontab 
Shell :: page rank example 
Shell :: mac shell echo command 
Shell :: remove .idea from git 
Shell :: pull all branches from remote git 
Shell :: grep output options 
Shell :: linux install software 
Shell :: how to change your bash setup 
Shell :: Install All Nerd Fonts 
Shell :: git repo 
Shell :: which command is used to create a new git repository 
Shell :: how to get list folder in cmd to value 
Shell :: how to uninstall a package in react 
Shell :: uninstall sharepoint online management shell version 
Shell :: .bash_profile mac mvn 
Shell :: how to add characters before a line 
Shell :: docker-compose-to-always-re-create-containers-from-fresh-images 
Shell :: git reset deinit and update submodule and re clone all submodules 
Shell :: linux convert to md5 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =