@@ -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):
@@ -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:
@@ -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:
@@ -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):