[OS] Windows & Ubuntu Basic Commands

spring·2020년 11월 9일
0

파일 생성

touch test.txt
type NUL > test.txt

파일 삭제

rm test.txt
del test.txt

파일 읽어서 화면에 출력

cat test.txt
type test.txt

파일 목록 조회

ll
dir

Command 명령 결과 모두 숨기기

command >/dev/null 2>&1
command >NUL 2>&1

TEMPLATE

TEMPLATE

TEMPLATE

profile
Researcher & Developer @ NAVER Corp | Designer @ HONGIK Univ.

0개의 댓글