mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
exec, javac: add more information link (#6536)
This commit is contained in:
parent
500f963619
commit
53bb082889
5 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# exec
|
# exec
|
||||||
|
|
||||||
> Sostituisci il processo corrente con un altro.
|
> Sostituisci il processo corrente con un altro.
|
||||||
|
> Maggiori informazioni: <https://linuxcommand.org/lc3_man_pages/exech.html>.
|
||||||
|
|
||||||
- Sostituisci con il comando specificato utilizzando le variabili di ambiente correnti:
|
- Sostituisci con il comando specificato utilizzando le variabili di ambiente correnti:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# javac
|
# javac
|
||||||
|
|
||||||
> ஜாவா நிரல்மொழிமாற்றி.
|
> ஜாவா நிரல்மொழிமாற்றி.
|
||||||
|
> மேலும் தகவல்: <https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html>.
|
||||||
|
|
||||||
- `.java` கோப்பை நிரல்மொழிமாற்ற:
|
- `.java` கோப்பை நிரல்மொழிமாற்ற:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# javac
|
# javac
|
||||||
|
|
||||||
> Java 程序编译器。
|
> Java 程序编译器。
|
||||||
|
> 更多信息:<https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html>.
|
||||||
|
|
||||||
- 编译一个 `.java` 文件:
|
- 编译一个 `.java` 文件:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# exec
|
# exec
|
||||||
|
|
||||||
> Replace the current process with another process.
|
> Replace the current process with another process.
|
||||||
|
> More information: <https://linuxcommand.org/lc3_man_pages/exech.html>.
|
||||||
|
|
||||||
- Replace with the specified command using the current environment variables:
|
- Replace with the specified command using the current environment variables:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# javac
|
# javac
|
||||||
|
|
||||||
> Java Application Compiler.
|
> Java Application Compiler.
|
||||||
|
> More information: <https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html>.
|
||||||
|
|
||||||
- Compile a `.java` file:
|
- Compile a `.java` file:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue