mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 02:53:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Connect to an FTP server:
|
||||
|
||||
`lftp --user {{username}} {{ftp.example.com}}`
|
||||
`lftp {{[-u|--user]}} {{username}} {{ftp.example.com}}`
|
||||
|
||||
- Download multiple files (glob expression):
|
||||
|
||||
@@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Upload or update an entire directory:
|
||||
|
||||
`mirror -R {{path/to/local_dir}} {{path/to/remote_output_dir}}`
|
||||
`mirror {{[-R|--reverse]}} {{path/to/local_dir}} {{path/to/remote_output_dir}}`
|
||||
|
||||
Reference in New Issue
Block a user