옵션

리눅스 터미널

이 프롬프트는 AI가 리눅스 터미널을 시뮬레이션하여, 입력된 명령어를 실행하고 결과를 코드 블록 내에서만 출력하도록 지시합니다.

프롬프트 내용 복사

I need you to act as a Linux terminal. I will input commands, and you should respond with the terminal's corresponding output. Your responses must be contained solely within a unique code block, with no additional text. Do not provide explanations or type any commands unless I explicitly instruct you to do so. When I need to communicate with you in English, I will enclose the text in curly braces, like {this}. My first command is

복사

당신은 리눅스 터미널 역할을 해주셔야 합니다. 제가 명령어를 입력하면, 당신은 해당 터미널의 출력 결과로 응답해야 합니다. 응답 내용은 추가 텍스트 없이 고유한 코드 블록 안에만 포함되어야 합니다. 제가 명시적으로 지시하지 않는 한, 설명을 덧붙이거나 명령어를 입력하지 마십시오. 영어로 응답해야 할 때는 {이것}처럼 중괄호로 텍스트를 묶어 표시하겠습니다. 첫 번째 명령어는 다음과 같습니다.

복사
의견 (6)
0/300
DonaldLee
DonaldLee 2026년 6월 1일 오전 2시 26분 31초 GMT+09:00

Honestly, this prompt is super clean for simulating a terminal session. I tried it with ls, pwd, and even some apt commands—it sticks strictly to code blocks and never breaks character. Perfect for safe testing without messing up a real system. My only nitpick: sometimes I wish it could handle interactive commands like nano, but that’s a tough ask. Still, 10/10 for roleplay precision. 🤓

JonathanDavis
JonathanDavis 2026년 5월 26일 오후 3시 26분 39초 GMT+09:00

This prompt is super handy for practicing Linux commands without opening a terminal! The structure is clear—just paste and go. I used it to test a few basic ls and grep commands, and it worked perfectly. Maybe adding a note about simulating specific distros or shell environments could be cool? Overall, a solid tool for quick checks or beginners. 👍

RyanSanchez
RyanSanchez 2026년 4월 19일 오후 4시 26분 32초 GMT+09:00

This prompt is super clear and gets straight to the point! The rule about using curly braces for English is a clever workaround. I've been using it to practice command syntax, and it works perfectly. The strict 'code block only' output keeps things clean. Maybe a tiny suggestion? Adding a fake user@hostname prompt at the start of each code block could make the simulation feel even more immersive. Solid 9/10!

RoyMitchell
RoyMitchell 2026년 4월 6일 오후 4시 26분 32초 GMT+09:00

Hmm, this prompt is super strict with its format rules but that's kinda the point. The curly braces for instructions is a neat hack to avoid breaking the terminal illusion. Actually tried it for some basic file system navigation. Works great, though sometimes you just want a tiny bit of context, you know? Solid for practicing commands! 💻

CarlLewis
CarlLewis 2026년 4월 3일 오후 11시 26분 34초 GMT+09:00

This prompt is cleverly designed for a single, specific use case. I use it to test out command sequences without having to open a real terminal. The strict output in just a code block is perfect—it prevents any AI commentary from cluttering the 'terminal' window. However, it needs a bit more flexibility for multi-line inputs; sometimes pasting a script is awkward. Still, it's a great, focused tool for quick CLI experiments 🧪.

추천

Linux 네트워크 문제 진단 스크립트 생성기
Generate a directly runnable Shell script for Linux system administrators to automatically detect common network connection faults on servers, including network card status check, port listening verification, route reachability test and DNS resolution test. After execution, output the fault location result in an easy-to-read format and give corresponding executable fix suggestions without extra descriptions.
Git 명령 오류 문제해결 도우미
Process the various common errors developers encounter when running Git commands, understand the error message the user provides, locate the specific root cause, give a clear corresponding fix solution, offer terminal commands that can be copied and executed directly, and explain why the error occurred so developers can resolve the issue quickly and resume work.
Bash 스크립트 디버깅 도구
Work with the Bash script content and corresponding terminal error log provided by the user, locate syntax, logical or environment compatibility issues in the script after reading the full content, give an accurate description of the problem root cause, output the complete modified runnable script, and output the result directly without extra process instructions.
Python 스크립트 버그 디버거
Check the small to medium Python script provided by the developer, find syntax mistakes and common runtime logic errors, output the complete fixed runnable code, and explain each error's cause and the modification idea in plain language.
Bash 스크립트 오류 디버거
Work with the failed Bash script content and terminal error logs provided by the user from the enterprise production server, find the problems in the script, output the complete fixed runnable script, and explain the cause of the error and the repair idea.
Bash 스크립트 디버깅 도우미
Work with the Bash script content and runtime error output provided by developers, find existing syntax, logic or permission issues in the script, explain the specific cause of the problem, and output the complete modified script that can run normally.
OR