# easy commandcat /etc/os-release
echo`date`# pipeline commandcurl https://swapi.dev/api/people/ | python3 -m json.tool | less
# editornano test.txt
# stdin passwordmysql -h mysql -u root -p
# the htop commandhtop
输入exit退出asciinema录屏:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root@970c3b167b51:~# exitexitasciinema: recording finished
asciinema: press <enter> to upload to asciinema.org, <ctrl-c> to save locally
exitView the recording at:
https://asciinema.org/a/5wE9RRrFR3jK4ZUdaEMKPykv8
This installation of asciinema recorder hasn't been linked to any asciinema.org
account. All unclaimed recordings (from unknown installations like this one)are automatically archived 7 days after upload.
If you want to preserve all recordings made on this machine, connect this
installation with asciinema.org account by opening the following link:
https://asciinema.org/connect/ec162607-9181-4eec-b92f-7b3e4f7e5bba
[319.27171, "o", "Enter password: "]
[321.62039, "o", "\r\n"]
[321.648941, "o", "Welcome to the MySQL monitor. Commands end with ; or \\g.\r\n"]
[321.649434, "o", "Your MySQL connection id is 2\r\nServer version: 5.7.30 MySQL Community Server (GPL)\r\n\r\nCopyright (c) 2000, 2021, Oracle and/or its affiliates.\r\n\r\nOracle is a registered trademark of Oracle Corporation and/or its\r\naffiliates. Other names may be trademarks of their respective\r\nowners.\r\n\r\n"]
[321.650238, "o", "Type 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\r\n\r\nmysql> "]