Skip to content
Snippets Groups Projects
Verified Commit 4dd785b2 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds bash commands for editing files

parent e1ab9047
No related branches found
No related tags found
No related merge requests found
...@@ -400,6 +400,11 @@ ...@@ -400,6 +400,11 @@
cp src dest # copy from source to destination cp src dest # copy from source to destination
mv src dest # move / rename mv src dest # move / rename
``` ```
```bash
nano file # edit file (Linux / Mac)
notepad file # edit file (Windows)
```
</section> </section>
<section id="cli-git" data-markdown> <section id="cli-git" data-markdown>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment