1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

nmap, pdftk, samtools, tig: ellipsis consistency.

This commit is contained in:
Marco Bonelli 2019-02-01 18:17:21 +01:00 committed by Agniva De Sarker
parent 24ff287251
commit 1799a53d78
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
- Scan a specific list of ports (use -p- for all ports 1-65535):
`nmap -p {{port1,port2,...,portN}} {{address_or_addresses}}`
`nmap -p {{port1,port2,,portN}} {{address_or_addresses}}`
- Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP):

View file

@ -8,7 +8,7 @@
- Merge (concatenate) a list of PDF files and save the result as another one:
`pdftk {{file1.pdf}} {{file2.pdf}} ... cat output {{output.pdf}}`
`pdftk {{file1.pdf file2.pdf …}} cat output {{output.pdf}}`
- Split each page of a PDF file into a separate file, with a given filename output pattern:

View file

@ -29,7 +29,7 @@
- Merge multiple files:
`samtools merge {{output}} {{input_1}} [{{input_2}}...]`
`samtools merge {{output}} {{input1 input2 …}}`
- Split input file according to read groups:

View file

@ -12,7 +12,7 @@
- Show the history of specific files or directories:
`tig {{path1}} {{path2}} ...`
`tig {{path1 path2 …}}`
- Show the difference between two references (such as branches or tags):