Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: unix symbolic link 
Shell :: install git on windows 
Shell :: docker how to run existing container 
Shell :: git stash pop specific 
Shell :: bash find files with word 
Shell :: remove mac ._ files windows 
Shell :: app store allow from anywhere 
Shell :: postgre create user 
Shell :: change git 
Shell :: the operation was rejected by your operating system npm install 
Shell :: Install docker on linux (Ubuntu) 
Shell :: cmake root directory 
Shell :: poetry install ubuntu 
Shell :: stop all docker machiens 
Shell :: install kubectl on ubuntu 20 
Shell :: how to compare a character to uppercase in bash script 
Shell :: install dependencies and devDependencies at same time 
Shell :: clone docker image 
Shell :: wsl linux compress siez 
Shell :: scp 
Shell :: fordesktop como remover o messenger linux 
Shell :: IBM rpc mount export: RPC: Unable to receive; errno = No route to host 
Php :: Composer is operating significantly slower than normal because you do not have the PHP curl extension enabled 
Php :: php reverse shell one liner 
Php :: php server self 
Php :: laravel migrate only 1 file 
Php :: php header location 
Php :: if post php 
Php :: BCMath PHP Extension 
Php :: php get next saturday 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =