# 파일 일괄변경 프로그램 file renamer

## 1. file renamer란?&#x20;

file renamer은 파일명이나 디렉토리명의 일괄 변경이 가능한 프로그램입니다.&#x20;

## 2. file renamer 설치하기&#x20;

**HamoniKR** 사용자는 아래 명령어로 프로그램을 설치할 수 있습니다.

```
$ sudo apt update
$ sudo apt install bulky
```

## 3. file renamer 사용하기&#x20;

시작 프로그램에 file renamer을 검색하거나 터미널에 bulky를 입력하면 프로그램을 실행할 수 있습니다.&#x20;

<figure><img src="/files/sWDtWDAxpBDgvsv1Ly7P" alt=""><figcaption></figcaption></figure>

### 파일, 디렉토리명 변경하기&#x20;

프로그램을 실행하고 화면 중앙의 + 버튼을 눌러 이름 변경이 필요한 파일이나 디렉토리를 추가합니다.

추가할 때 파일을 드래그하면 여러개의 파일을 동시에 업로드할 수 있습니다.&#x20;

<figure><img src="/files/ZEpstl6Biabby6ba3u2N" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7SOLxrcST2fyCynp3fOT" alt=""><figcaption></figcaption></figure>

찾기 입력란엔 변경하고 하는 단어 입력하고, 변환 입력란엔 변경 후의 파일 또는 디렉토리명을 입력하고 하단의 이름변경 버튼을 누르면 변경이 완료됩니다.&#x20;

<figure><img src="/files/riEyaGC6OOMJwchICSZe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/z4ACZNB5AL2eSxHpc4nq" alt=""><figcaption></figcaption></figure>

파일 탐색기에서도 파일명이 변경된 것을 확인할 수 있습니다.

<figure><img src="/files/up1zuJE4EDzQvRFCIfRR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-6.0/tips/file-renamer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
