17 Termial Commands

miiin_sseong·2022년 9월 16일
0

CLI

목록 보기
1/1

Change Directory

Commands: cd
Example: cd div/file...

Listing Directory

Commands: ls
Example: ls "path/to/directory/"

Open files

Command: open
Example: open "filename"

Copy a file to another directory

Command: cp
Example : cp "filename" "newFilename"

Move a file

C Cmommand: mv
Example : mv "filenmae" "path/to/new/file/location"

Create a text file

Command : touch
Example : touch myfile.txt

Create a directory

Command : mkdir
Example : mkdir "new/directory"

Remove an empty directory

Commands; rmdir
Example : rmdir "directory"

Remove nested directories

Commands : rm -R
Example: rm -R "root/directory"

profile
Github잔디를 채우기 위해 Github에서 적는중

0개의 댓글