Installing CLI
-
Prepare your Arch installation .iso file.
In my case, it wasarchlinux-2021.06.01-x86_64.iso
Prepare your Arch installation .iso file.
In my case, it was archlinux-2021.06.01-x86_64.iso
Arch Linux seems very appealing. I plan to use it in my future.
macOS 좋은 거 저도 압니다!
하지만 리눅스(Linux)도 질 수는 없으므로, 리눅스 UI도 폰트를 정갈하고 미려하고 예쁘게 다듬는 방법을 간략하게 나마 정리해 봅니다.
우분투(Ubuntu)… Read more “리눅스에서 정갈하고 미려하며 예쁜 UI 폰트를…”
Here’s the format.
$ ln -s [TARGET FILE or DIR] [LINK-NAME]
$ grep -n '검색할 문자열' ./*
옵션 설명
-n
: 행의 번호(line number)를 함께 출력
-l
: 패턴이 포함된 파일의 이름을 출력
-r
: 재귀적으로(recursively)… Read more “UNIX/Linux 명령어 – grep”