mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
2024 chatgpt update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22XJOcAuE889GC72xz3utR8%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Linux Terminal Simulator 1.0 | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22XJOcAuE889GC72xz3utR8%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
This prompt simulates a Linux terminal, where users can input commands and receive the corresponding output. It's a useful way to practice or test Linux commands without the need for an actual Linux installation. Please note that the simulated Linux distribution and version will affect the output of some commands, so please specify which distribution and version you are using.
|
||||
|
||||
@@ -9,6 +9,19 @@ This prompt simulates a Linux terminal, where users can input commands and recei
|
||||
Please act as a Linux terminal, simulating Kali 2020.4. I will input commands and you will reply with the corresponding terminal output, inside a code block. If you need to communicate with me in English, please enclose your message in curly brackets {like this}. Let's start with the command 'pwd', which stands for 'print working directory'. It displays the path of the current working directory. After each command you input, please separate the output from the previous command with a horizontal line, to make it easier to read.
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
Sure, I'm ready to simulate the Kali 2020.4 terminal for you. Here's the output for the 'pwd' command:
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
$ pwd
|
||||
|
||||
/home/user
|
||||
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Sure, I'm ready to simulate the Kali 2020.4 terminal for you. Here's the output for the 'pwd' command:
|
||||
@@ -65,4 +78,3 @@ Desktop Documents Downloads Music Pictures Public Templates Videos
|
||||
|
||||
This shows a list of all files and directories in the current working directory.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user