Raspberry Pi_Kor_16.2.3 Text 파일 생성

16.2.3 Text 파일 생성

Raspberry Pi에서 text 파일을 생성하는 방법은 여러가지가 있다. Shell Terminal에서 생성하는 방법도 있고, Desktop window에서 처리하는 방법도 있다.

Shell Terminal에서 text 파일을 생성하는 방법에는 다음의 여러 가지를 이용할 수 있다.

Raspberry Pi_Kor_10.4.2 “echo” 명령

10.4.2 “echo” 명령

이 명령은 지정된 텍스트를 표준출력에 표시해 준다. 일반적인 작업에서는 필요가 없는데, bash script를 작성할 때 여러 가지 진행상황에 대한 정보를 표시할 때 많이 사용한다.

Raspberry Pi_Eng_10.4.2 “echo” Command

10.4.2 “echo” Command

This command displays the specified text on standard output. It is not necessary for common task, but is often used to display information about various progresses when writing bash scripts.

Raspberry Pi_Eng_16.2.3 Creating Text File

16.2.3 Creating Text File

There are many ways to create a text file in Raspberry Pi. There is a method to create it from the Shell Terminal, and a method to process it from the Desktop window.

There are several ways to create simple text files from the Shell Terminal as shown below: