ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev/public $ mv ../main.js . ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev/public $ ls app.js index.html main.js
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev/public
$ cp index.html ./index-copy.html
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev/public
$ ls
app.js index-copy.html index.html main.js
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev/public
$ cp app.js ../app-copy.js
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev/public
$ cd ..
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ ls
app-copy.js example.txt public/ server.py style.css
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ cp public/app.js ./app-copy2.js
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ ls
app-copy.js app-copy2.js example.txt public/ server.py style.css
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ rm app-copy.js
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ ls
app-copy2.js example.txt public/ server.py style.css
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ rm -r public/
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ vi learn-md.md
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ ls
app-copy2.js learn-md.md main.js style.css
ghkst@DESKTOP-8SB8F5E MINGW64 ~/Documents/dev
$ cat learn-md.md
# Let's Learn Markdown
<h1>Let's Learn Markdown</h1>
This document is for learning markdown.
<p></p>
## vim modes
<ul>
<li></li>
</ul>
- Normal mode: press 'esc' on any other mode.
- Insert mode: press 'i' on Normal mode.
- Visual mode: press 'v' on Normal mode.
- Command mode: press ':' on Normal mode.
<ol>
<li></li>
</ol>
## My favorite Menu
1. Gookbob
2. Jookbal
3. Hamberger
4. Samgubsal
5. Icecream
```javascript
if (var i=1; i<10; i++) {
console.log(i)
}
* {
padding: 0;
margin: 0;
}
If you want to highlight specific word
, use backquote.
$ touch hello.py
Go to google
https://www.google.com