bedtools, oc, sensible-editor, azcopy: fix typos and add oc project example (#4822)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
`azcopy copy 'https://{{source-storage-account-name}}.blob.core.windows.net/{{container-name}}' 'https://{{destination-storage-account-name}}.blob.core.windows.net/{{container-name}}'`
|
||||
|
||||
- Syncronise a local directory and delete files in the destination if they no longer exist in the source:
|
||||
- Synchronize a local directory and delete files in the destination if they no longer exist in the source:
|
||||
|
||||
`azcopy sync '{{path/to/source}}' 'https://{{storage-account-name}}.blob.core.windows.net/{{container-name}}' --recursive --delete-destination=true`
|
||||
|
||||
|
Reference in New Issue
Block a user