Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 259 Bytes

sshCommands.md

File metadata and controls

7 lines (6 loc) · 259 Bytes
  1. Check if ssh-copy-id is installed, if not run: $ brew install ssh-copy-id
  2. $ ssh-copy-id -i .ssh/id_rsa.pub [email protected]

Create A filled File with conetnt (one line)

$ echo 'content' >file $ echo $'First line.\nSecond line.\nThird line.' >foo.txt