mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
*: remove unsupported syntax and add proper pattern continuation syntax (#22675)
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
- Lister toutes les notes attachées à un objet donné :
|
||||
|
||||
`git notes list [{{objet}}]`
|
||||
`git notes list {{objet}}`
|
||||
|
||||
- Afficher les notes attachées à un objet donné :
|
||||
|
||||
`git notes show [{{objet}}]`
|
||||
`git notes show {{objet}}`
|
||||
|
||||
- Ajoute une note à un objet donné :
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
- Édite une note existante :
|
||||
|
||||
`git notes edit [{{objet}}]`
|
||||
`git notes edit {{objet}}`
|
||||
|
||||
- Copie la note d'un objet vers un autre :
|
||||
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
|
||||
- ファイルやディレクトリをバージョン管理下に置き、リポジトリへの追加をスケジューリングする。これらは次のコミットで追加される:
|
||||
|
||||
`svn add {{パス}}`
|
||||
`svn add {{パス/宛先/ファイル_または_ディレクトリ}}`
|
||||
|
||||
- 作業コピーの変更をリポジトリに送信する:
|
||||
|
||||
`svn {{[ci|commit]}} {{[-m|--message]}} {{コミットログメッセージ}} [{{パス}}]`
|
||||
`svn {{[ci|commit]}} {{[-m|--message]}} {{コミットログメッセージ}} {{パス/宛先/ディレクトリ}}`
|
||||
|
||||
- 過去10リビジョンの変更点を表示し、各リビジョンで変更されたファイルを表示する:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- 하나 이상의 서비스에 대한 자세한 정보 표시:
|
||||
|
||||
`docker service inspect {{서비스_이름_또는_id1 서비스_이름_또는_id2}}`
|
||||
`docker service inspect {{서비스_이름_또는_id1 서비스_이름_또는_id2 ...}}`
|
||||
|
||||
- 하나 이상의 서비스에 대한 작업 목록 나열:
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
|
||||
- 하나 이상의 서비스 제거:
|
||||
|
||||
`docker service rm {{서비스_이름_또는_id1 서비스_이름_또는_id2}}`
|
||||
`docker service rm {{서비스_이름_또는_id1 서비스_이름_또는_id2 ...}}`
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
- 하나 이상의 플러그인을 설치:
|
||||
|
||||
`fisher {{플러그인1}} {{플러그인2}}`
|
||||
`fisher {{플러그인1 플러그인2 ...}}`
|
||||
|
||||
- GitHub 요점에서 플러그인을 설치:
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
|
||||
- 하나 이상의 플러그인을 제거:
|
||||
|
||||
`fisher remove {{플러그인1}} {{플러그인2}}`
|
||||
`fisher remove {{플러그인1 플러그인2 ...}}`
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
- 특정 날짜부터 또는 그 사이에 시작되는 이벤트 표시(예: "내일"과 같은 상대 날짜도 사용):
|
||||
|
||||
`gcalcli agenda {{mm/dd}} [{{mm/dd}}]`
|
||||
`gcalcli agenda {{mm/dd}} {{mm/dd}}`
|
||||
|
||||
- 특정 캘린더의 이벤트 나열:
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
|
||||
`git notes list`
|
||||
|
||||
- 주어진 객체에 연결된 모든 노트 나열 (기본값은 HEAD):
|
||||
- 주어진 객체에 연결된 모든 노트 나열 (기본값은 `HEAD`):
|
||||
|
||||
`git notes list [{{객체}}]`
|
||||
`git notes list {{객체}}`
|
||||
|
||||
- 주어진 객체에 연결된 노트 표시 (기본값은 HEAD):
|
||||
- 주어진 객체에 연결된 노트 표시 (기본값은 `HEAD`):
|
||||
|
||||
`git notes show [{{객체}}]`
|
||||
`git notes show {{객체}}`
|
||||
|
||||
- 지정된 객체에 노트 추가 (기본 텍스트 편집기 열림):
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
|
||||
`git notes append --message="{{메시지_텍스트}}"`
|
||||
|
||||
- 기존 노트 편집 (기본값은 HEAD):
|
||||
- 기존 노트 편집 (기본값은 `HEAD`):
|
||||
|
||||
`git notes edit [{{객체}}]`
|
||||
`git notes edit {{객체}}`
|
||||
|
||||
- 한 객체에서 다른 객체로 노트 복사:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
- 타임라인 보기 (표시할 트윗 수는 선택 사항이며 기본값은 5개):
|
||||
|
||||
`home [{{최근_트윗_수}}]`
|
||||
`home {{최근_트윗_수}}`
|
||||
|
||||
- 특정 사용자의 프로필 보기:
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
- 외부 코드가 포함된 하나 이상의 경로 지정:
|
||||
|
||||
`solcjs --bin --include-path {{경로/대상/폴더}} {{경로/대상/파일.sol}}`
|
||||
`solcjs --bin --include-path {{경로/대상/폴더 경로/대상/파일.sol ...}}`
|
||||
|
||||
- 생성된 바이트코드 최적화:
|
||||
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
|
||||
- 파일 및 디렉토리를 버전 관리에 추가하여 저장소에 추가될 준비. 다음 커밋에 추가됨:
|
||||
|
||||
`svn add {{경로}}`
|
||||
`svn add {{경로/대상/파일_또는_폴더}}`
|
||||
|
||||
- 작업 복사본의 변경 사항을 저장소에 전송:
|
||||
|
||||
`svn {{[ci|commit]}} {{[-m|--message]}} {{커밋_로그_메시지}} [{{경로}}]`
|
||||
`svn {{[ci|commit]}} {{[-m|--message]}} {{커밋_로그_메시지}} {{경로/대상/폴더}}`
|
||||
|
||||
- 마지막 10개 리비전의 변경 사항을 표시하고 각 리비전에 수정된 파일 표시:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
- Mostra eventos começando em ou entre datas específicas (também recebe datas relativas, por exemplo, "amanhã"):
|
||||
|
||||
`gcalcli agenda {{mm/dd}} [{{mm/dd}}]`
|
||||
`gcalcli agenda {{mm/dd}} {{mm/dd}}`
|
||||
|
||||
- Lista eventos de um calendário específico:
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
|
||||
`git notes list`
|
||||
|
||||
- Belirtilen nesneye bağlanan tüm notları sırala (varsayılan HEAD'dedir):
|
||||
- Belirtilen nesneye bağlanan tüm notları sırala (varsayılan `HEAD`'dedir):
|
||||
|
||||
`git notes list [{{nesne}}]`
|
||||
`git notes list {{nesne}}`
|
||||
|
||||
- Belirtilen nesneye bağlanan tüm notları göster (varsayılan HEAD'dedir):
|
||||
- Belirtilen nesneye bağlanan tüm notları göster (varsayılan `HEAD`'dedir):
|
||||
|
||||
`git notes show [{{nesne}}]`
|
||||
`git notes show {{nesne}}`
|
||||
|
||||
- Belirtilen nesneye bir not ekle (varsayılan metin editörü açılır):
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
|
||||
`git notes append --message="{{messaj_yazısı}}"`
|
||||
|
||||
- Varolan bir notu düzenle (varsayılan HEAD'dedir):
|
||||
- Varolan bir notu düzenle (varsayılan `HEAD`'dedir):
|
||||
|
||||
`git notes edit [{{nesne}}]`
|
||||
`git notes edit {{nesne}}`
|
||||
|
||||
- Bir notu bir nesneden öbürüne kopyala:
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
|
||||
- Install one or more packages to the bower_components directory:
|
||||
|
||||
`bower install {{package}} {{package}}`
|
||||
`bower install {{package1 package2 ...}}`
|
||||
|
||||
- Uninstall packages locally from the bower_components directory:
|
||||
|
||||
`bower uninstall {{package}} {{package}}`
|
||||
`bower uninstall {{package1 package2 ...}}`
|
||||
|
||||
- List local packages and possible updates:
|
||||
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
- Update one or more specific gem(s) defined in the `Gemfile`:
|
||||
|
||||
`bundle update {{gem_name1}} {{gem_name2}}`
|
||||
`bundle update {{gem_name1 gem_name2 ...}}`
|
||||
|
||||
- Update one or more specific gems(s) defined in the `Gemfile` but only to the next patch version:
|
||||
|
||||
`bundle update --patch {{gem_name1}} {{gem_name2}}`
|
||||
`bundle update --patch {{gem_name1 gem_name2 ...}}`
|
||||
|
||||
- Update all gems within the given group in the `Gemfile`:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- Display detailed information about one or more services:
|
||||
|
||||
`docker service inspect {{service_name_or_id1 service_name_or_id2}}`
|
||||
`docker service inspect {{service_name_or_id1 service_name_or_id2 ...}}`
|
||||
|
||||
- List the tasks of one or more services:
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
|
||||
- Remove one or more services:
|
||||
|
||||
`docker service rm {{service_name_or_id1 service_name_or_id2}}`
|
||||
`docker service rm {{service_name_or_id1 service_name_or_id2 ...}}`
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- Generate data using one or more generators:
|
||||
|
||||
`fakedata {{generator1}} {{generator2}}`
|
||||
`fakedata {{generator1 generator2 ...}}`
|
||||
|
||||
- Generate data with a specific output format:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
- Install one or more plugins:
|
||||
|
||||
`fisher {{plugin1}} {{plugin2}}`
|
||||
`fisher {{plugin1 plugin2 ...}}`
|
||||
|
||||
- Install a plugin from a GitHub gist:
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
|
||||
- Remove one or more plugins:
|
||||
|
||||
`fisher remove {{plugin1}} {{plugin2}}`
|
||||
`fisher remove {{plugin1 plugin2 ...}}`
|
||||
|
||||
@@ -10,7 +10,11 @@
|
||||
|
||||
- Show events starting from or between specific dates (also takes relative dates e.g. "tomorrow"):
|
||||
|
||||
`gcalcli agenda {{mm/dd}} [{{mm/dd}}]`
|
||||
`gcalcli agenda {{mm/dd}}`
|
||||
|
||||
- Show events between specific dates (also takes relative dates e.g. "tomorrow"):
|
||||
|
||||
`gcalcli agenda {{mm/dd}} {{mm/dd}}`
|
||||
|
||||
- List events from a specific calendar:
|
||||
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
|
||||
- List all notes attached to a given object (defaults to `HEAD`):
|
||||
|
||||
`git notes list [{{object}}]`
|
||||
`git notes list {{object}}`
|
||||
|
||||
- Show the notes attached to a given object (defaults to `HEAD`):
|
||||
|
||||
`git notes show [{{object}}]`
|
||||
`git notes show {{object}}`
|
||||
|
||||
- Append a note to a specified object (opens the default text editor):
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
- Edit an existing note (defaults to `HEAD`):
|
||||
|
||||
`git notes edit [{{object}}]`
|
||||
`git notes edit {{object}}`
|
||||
|
||||
- Copy a note from one object to another:
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
- Install one or more packages:
|
||||
|
||||
`omf install {{name}}`
|
||||
`omf install {{package1 package2 ...}}`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- Remove one or more images given their names:
|
||||
|
||||
`podman rmi {{image:tag image2:tag ...}}`
|
||||
`podman rmi {{image1:tag image2:tag ...}}`
|
||||
|
||||
- Force remove an image:
|
||||
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
|
||||
- Display the logs of one or more containers and follow log output:
|
||||
|
||||
`podman logs {{[-f|--follow]}} {{container_name}} {{container_id}}`
|
||||
`podman logs {{[-f|--follow]}} {{container_name_or_id1 container_name_or_id2 ...}}`
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
|
||||
- Assign one or more tags (e.g., administrator) to a user:
|
||||
|
||||
`rabbitmqctl set_user_tags {{username}} {{tag1}} [{{tag2}}]`
|
||||
`rabbitmqctl set_user_tags {{username}} {{tag1 tag2 ...}}`
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
- [Interactive] Show your timeline (optional number of tweets to display, default is 5):
|
||||
|
||||
`home [{{num_of_last_tweets}}]`
|
||||
`home {{number_of_tweets}}`
|
||||
|
||||
- [Interactive] Show profile of a given user:
|
||||
|
||||
|
||||
@@ -7,32 +7,32 @@
|
||||
|
||||
- Scan all ports of one or more comma-delimited addresses using the default values:
|
||||
|
||||
`rustscan {{[-a|--addresses]}} {{ip_or_hostname}}`
|
||||
`rustscan {{[-a|--addresses]}} {{ip_or_hostname1,ip_or_hostname2,...}}`
|
||||
|
||||
- Scan the top 1000 ports with service and version detection:
|
||||
|
||||
`rustscan --top {{[-a|--addresses]}} {{address_or_addresses}}`
|
||||
`rustscan --top {{[-a|--addresses]}} {{address}}`
|
||||
|
||||
- Scan a specific list of ports:
|
||||
|
||||
`rustscan {{[-p|--ports]}} {{port1,port2,...}} {{[-a|--addresses]}} {{address_or_addresses}}`
|
||||
`rustscan {{[-p|--ports]}} {{port1,port2,...}} {{[-a|--addresses]}} {{address}}`
|
||||
|
||||
- Scan a specific range of ports:
|
||||
|
||||
`rustscan {{[-r|--range]}} {{start}}-{{end}} {{[-a|--addresses]}} {{address_or_addresses}}`
|
||||
`rustscan {{[-r|--range]}} {{start}}-{{end}} {{[-a|--addresses]}} {{address}}`
|
||||
|
||||
- Invoke `nmap` functionalities (Nmap's OS detection and default scripts):
|
||||
|
||||
`rustscan {{[-a|--addresses]}} {{address_or_addresses}} -- -O {{[-sC|--script=default]}}`
|
||||
`rustscan {{[-a|--addresses]}} {{address}} -- -O {{[-sC|--script=default]}}`
|
||||
|
||||
- Scan with custom batch size (default: 4500) and timeout (default: 1500ms):
|
||||
|
||||
`rustscan {{[-b|--batch-size]}} {{batch_size}} {{[-t|--timeout]}} {{timeout}} {{[-a|--addresses]}} {{address_or_addresses}}`
|
||||
`rustscan {{[-b|--batch-size]}} {{batch_size}} {{[-t|--timeout]}} {{timeout}} {{[-a|--addresses]}} {{address}}`
|
||||
|
||||
- Scan with specific port order:
|
||||
|
||||
`rustscan --scan-order {{serial|random}} {{[-a|--addresses]}} {{address_or_addresses}}`
|
||||
`rustscan --scan-order {{serial|random}} {{[-a|--addresses]}} {{address}}`
|
||||
|
||||
- Scan in greppable mode (only output of the ports, no `nmap`):
|
||||
|
||||
`rustscan {{[-g|--greppable]}} {{[-a|--addresses]}} {{address_or_addresses}}`
|
||||
`rustscan {{[-g|--greppable]}} {{[-a|--addresses]}} {{address}}`
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
- Specify one or more paths to include containing external code:
|
||||
|
||||
`solcjs --bin --include-path {{path/to/directory}} {{path/to/file.sol}}`
|
||||
`solcjs --bin --include-path {{path/to/directory path/to/file.sol ...}}`
|
||||
|
||||
- Optimise the generated bytecode:
|
||||
|
||||
|
||||
+2
-2
@@ -13,11 +13,11 @@
|
||||
|
||||
- Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit:
|
||||
|
||||
`svn add {{PATH}}`
|
||||
`svn add {{path/to/file_or_directory}}`
|
||||
|
||||
- Send changes from your working copy to the repository:
|
||||
|
||||
`svn {{[ci|commit]}} {{[-m|--message]}} {{commit_log_message}} [{{PATH}}]`
|
||||
`svn {{[ci|commit]}} {{[-m|--message]}} {{commit_log_message}} {{path/to/directory}}`
|
||||
|
||||
- Display changes from the last 10 revisions, showing modified files for each revision:
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
|
||||
- Disable one or more CPUs by their IDs:
|
||||
|
||||
`chcpu {{[-d|--disable]}} {{1,3}}`
|
||||
`chcpu {{[-d|--disable]}} {{1,3,...}}`
|
||||
|
||||
- Enable one or more ranges of CPUs by their IDs:
|
||||
|
||||
`chcpu {{[-e|--enable]}} {{1-3,5-7}}`
|
||||
`chcpu {{[-e|--enable]}} {{1-3,5-7,...}}`
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- Analyze one or more log files in interactive mode:
|
||||
|
||||
`goaccess {{path/to/logfile1 path/to/file2 ...}}`
|
||||
`goaccess {{path/to/log1 path/to/log2 ...}}`
|
||||
|
||||
- Use a specific log-format (or pre-defined formats like "combined"):
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
- Create a storage pool from one or more devices:
|
||||
|
||||
`sudo stratis pool create {{pool_name}} {{/dev/sdX}} {{/dev/sdY}}`
|
||||
`sudo stratis pool create {{pool_name}} {{/dev/sdX /dev/sdY ...}}`
|
||||
|
||||
- Create a filesystem (volume) in a pool:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user