Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-05 00:21:02 +00:00
parent 968390f769
commit e452860d9b
156 changed files with 258 additions and 258 deletions

View File

@@ -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}}`