Voglio scrivere note (in formato HTML) durante l'apprendimento di Linux. Quando ho bisogno di notare un output colorato del terminale, desidero che nelle mie note rimanga il colore del testo del terminale, ad esempio:
Note 1: Test
The output of xx command is
<pre>
[root@webserver ~]# ll /
total 100
drwxrwxrwt. 7 root root 4096 8月 24 12:22 <span style='background-color:green; color:blue;'>tmp</span>
drwxr-xr-x. 14 root root 4096 7月 19 21:20 <span style='color:blue;'>usr</span>
</pre>
Posso aggiungere manualmente il wrapper di codice HTML attorno al testo normale, ma spero che ci sia un modo automatico per farlo.
Attualmente, sto usando putty su Windows per connettermi al server Linux CentOS remoto.