mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
*: fix typos in English pages (#22750)
This commit is contained in:
+1
-1
@@ -24,6 +24,6 @@
|
||||
|
||||
`at -l`
|
||||
|
||||
- View a specied job:
|
||||
- View a specified job:
|
||||
|
||||
`at -c {{job_number}}`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# cs install
|
||||
|
||||
> Install an application in the installation directory onfigured when installing `cs` (to enable the binary to be loaded add to your `.bash_profile` the `$ eval "$(cs install --env)"` command).
|
||||
> Install an application in the installation directory configured when installing `cs` (to enable the binary to be loaded add to your `.bash_profile` the `$ eval "$(cs install --env)"` command).
|
||||
> More information: <https://get-coursier.io/docs/cli-install>.
|
||||
|
||||
- Install a specific application:
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
`gcrane auth login {{registry}} {{[-u|--username]}} {{user}} {{[-p|--password]}} {{password}}`
|
||||
|
||||
- List tags, manifests, and sub-repostiories:
|
||||
- List tags, manifests, and sub-repositories:
|
||||
|
||||
`gcrane ls {{registry}}/{{project_id}}`
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
- Link a object file to a specific target emulation:
|
||||
|
||||
`ld {{path/to/file.o}} -m {{targer_emulation}} {{[-o|--output]}} {{path/to/output_executable}}`
|
||||
`ld {{path/to/file.o}} -m {{target_emulation}} {{[-o|--output]}} {{path/to/output_executable}}`
|
||||
|
||||
- Dynamically link an x86_64 program to glibc (file paths change depending on the system):
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
> See `rustup help toolchain` for more information about toolchains.
|
||||
> More information: <https://rust-lang.github.io/rustup/>.
|
||||
|
||||
- List directiory toolchain overrides:
|
||||
- List directory toolchain overrides:
|
||||
|
||||
`rustup override list`
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
> Generic POSIX shell variables (stored in `$SHELLOPTS`) are managed with the `set` command instead.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#The-Shopt-Builtin>.
|
||||
|
||||
- List of all setable options and whether they are set:
|
||||
- List of all settable options and whether they are set:
|
||||
|
||||
`shopt`
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
- Merge content of 2 CSV files to one CSV file:
|
||||
|
||||
`trdsql "SELECT {{column1,colum2}} FROM {{path/to/file1.csv}} UNION SELECT {{column1,column2}} FROM {{path/to/file2.csv}}"`
|
||||
`trdsql "SELECT {{column1,column2}} FROM {{path/to/file1.csv}} UNION SELECT {{column1,column2}} FROM {{path/to/file2.csv}}"`
|
||||
|
||||
- Connect to PostgreSQL database:
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
- Create table data to MySQL database from CSV file:
|
||||
|
||||
`trdsql -driver mysql -dsn "{{username}}:{{password}}@{{hostname}}/{{database}}" -ih "CREATE TABLE {{table}} ({{column1}} int, {{colum2}} varchar(20)) AS SELECT {{column3}} AS {{column1}},{{column2}} FROM {{path/to/header_file.csv}}"`
|
||||
`trdsql -driver mysql -dsn "{{username}}:{{password}}@{{hostname}}/{{database}}" -ih "CREATE TABLE {{table}} ({{column1}} int, {{column2}} varchar(20)) AS SELECT {{column3}} AS {{column1}},{{column2}} FROM {{path/to/header_file.csv}}"`
|
||||
|
||||
- Show data from compress log files:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
`apx pkgmanagers create`
|
||||
|
||||
- List all available package manager confirgurations:
|
||||
- List all available package manager configurations:
|
||||
|
||||
`apx pkgmanagers list`
|
||||
|
||||
|
||||
+1
-1
@@ -28,6 +28,6 @@
|
||||
|
||||
`at -l`
|
||||
|
||||
- View a specied job:
|
||||
- View a specified job:
|
||||
|
||||
`at -c {{job_number}}`
|
||||
|
||||
Reference in New Issue
Block a user