From 13ff21301cc4e849db7b827072e707c1ef876546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=98=81=EC=B0=AC?= <ych601@ajou.ac.kr> Date: Sat, 19 Mar 2022 10:57:11 +0000 Subject: [PATCH] Update linux.md --- linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.md b/linux.md index 5f07824..d71a104 100644 --- a/linux.md +++ b/linux.md @@ -2,7 +2,7 @@ ### 파일, 디렉토리 관련 명령어(리눅스 명령어에는 규칙이 없다. ) -# 1. cat - concatenate files and print on the standard output + 1. cat - concatenate files and print on the standard output # 1. more - 파일을 한 페이지씩 보는 명령 -- GitLab