exec, javac: add more information link (#6536)

beep
lincc 2021-09-17 02:50:00 +08:00 committed by GitHub
parent 500f963619
commit 53bb082889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# exec
> 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:

View File

@ -1,6 +1,7 @@
# javac
> ஜாவா நிரல்மொழிமாற்றி.
> மேலும் தகவல்: <https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html>.
- `.java` கோப்பை நிரல்மொழிமாற்ற:

View File

@ -1,6 +1,7 @@
# javac
> Java 程序编译器。
> 更多信息:<https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html>.
- 编译一个 `.java` 文件:

View File

@ -1,6 +1,7 @@
# exec
> 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:

View File

@ -1,6 +1,7 @@
# javac
> Java Application Compiler.
> More information: <https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html>.
- Compile a `.java` file: