<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ubuntu Terminal on 미어스토리</title><link>https://meerstory.com/tags/ubuntu-terminal/</link><description>Recent content in Ubuntu Terminal on 미어스토리</description><generator>Hugo</generator><language>ko-kr</language><lastBuildDate>Sat, 29 Aug 2026 07:24:21 +0900</lastBuildDate><atom:link href="https://meerstory.com/tags/ubuntu-terminal/index.xml" rel="self" type="application/rss+xml"/><item><title>리눅스 대용량 파일 보기: more vs less 명령어 차이점 및 실무 활용법 완벽 정리</title><link>https://meerstory.com/ubuntu/20260829_072317_5_more_less_more_less/</link><pubDate>Sat, 29 Aug 2026 07:24:21 +0900</pubDate><guid>https://meerstory.com/ubuntu/20260829_072317_5_more_less_more_less/</guid><description>&lt;h2 id="개요">개요&lt;/h2>
&lt;p>리눅스 터미널에서 대용량 텍스트 파일이나 로그를 확인할 때 자주 사용하는 more와 less 명령어의 핵심 차이점을 파악합니다. 두 명령어의 작동 방식과 탐색 기능을 비교하여 실무 환경에 맞는 최적의 파일 조회 방법을 제시합니다.&lt;/p>
&lt;h2 id="1-more-명령어-기초-페이지-단위-텍스트-조회">1. more 명령어 기초: 페이지 단위 텍스트 조회&lt;/h2>
&lt;p>&lt;code>more&lt;/code> 명령어 실습에 사용할 테스트용 데이터 파일을 생성하기 위해 &lt;code>seq 1 50 &amp;gt; sample_more.txt&lt;/code> 명령어를 실행합니다.&lt;/p>
&lt;p>&lt;img src="https://meerstory.com/ubuntu/20260829_072317_5_more_less_more_less/captures/s01_c01_seq_1_50___sample_more_txt.png" alt="seq 1 50 &amp;gt; sample_more.txt">&lt;/p>
&lt;p>&lt;code>more&lt;/code> 명령어는 대용량 텍스트 파일의 내용을 한 번에 전체 출력하지 않고 화면 단위로 나누어 순방향 조회할 때 사용합니다.&lt;br>
&lt;code>more sample_more.txt&lt;/code> 명령어를 실행하면 &lt;code>sample_more.txt&lt;/code> 파일의 첫 페이지 분량만큼 텍스트를 화면에 출력합니다.&lt;br>
⚙️ [주요 옵션]&lt;/p></description></item></channel></rss>