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 :: git how to learn 
Shell :: powershell datetime to string 
Shell :: github commands 
Shell :: move a file from one directory to another in linux 
Shell :: co pilot github 
Shell :: npx code for src folder in react js 
Shell :: delete github branch 
Shell :: get name of files in directory 
Shell :: pnpm upgrade 
Shell :: brew install rosetta 
Shell :: ssh rembeber password 
Shell :: bash awk or 
Shell :: linux unpack gz 
Shell :: write command in linux 
Shell :: install ignite-cli 
Shell :: docker commands 
Shell :: grep command 
Shell :: create enumerated folders termina 
Shell :: IBM rpc mount export: RPC: Unable to receive; errno = No route to host 
Shell :: router dom react 
Php :: how to make a php info 
Php :: laravel version check 
Php :: php date plus days 
Php :: wordpress max memory limit 
Php :: check if cookie exists php 
Php :: Get the content of a specific page (by ID) 
Php :: php filter_var boolean 
Php :: laravel firstorfail 
Php :: php function to remove underscore 
Php :: CLI to create a new laravel project 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =