mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-03 16:39:31 +00:00
docs: Add advanced SSH article (SSH keys) (#503)
--------- Co-authored-by: Oleg Kalachev <okalachev@gmail.com>
This commit is contained in:
@@ -30,6 +30,16 @@ Print path to the current directory:
|
||||
pwd
|
||||
```
|
||||
|
||||
Go to the user's home directory:
|
||||
|
||||
```bash
|
||||
# all three commands are equivalent, where the tilde character (~) is an abbreviated
|
||||
# path entry to the home directory, and the $HOME variable stores this path
|
||||
cd
|
||||
cd ~
|
||||
cd $HOME
|
||||
```
|
||||
|
||||
Print contents of the `file.py` file:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user