cfdisk, dnf, dnf5, exif, export: add Indonesian translations, dnf5: remove trailing slash from URL (#13795)
This commit is contained in:

committed by
GitHub

parent
f34bd2a4f0
commit
1504aeb294
24
pages.id/linux/export.md
Normal file
24
pages.id/linux/export.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# export
|
||||
|
||||
> Ekspor variabel menuju anak-anak proses syel sistem operasi.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/bash/manual/bash.html#index-export>.
|
||||
|
||||
- Setel nilai suatu variabel lingkungan syel (environment variable):
|
||||
|
||||
`export {{VARIABEL}}={{nilai}}`
|
||||
|
||||
- Hapus nilai variabel lingkungan:
|
||||
|
||||
`export -n {{VARIABEL}}`
|
||||
|
||||
- Ekspor suatu fungsi perintah (function) menuju anak-anak proses syel:
|
||||
|
||||
`export -f {{NAMA_FUNGSI}}`
|
||||
|
||||
- Tambahkan alamat direktori baru menuju variabel lingkungan `PATH`:
|
||||
|
||||
`export PATH=$PATH:{{path/to/append}}`
|
||||
|
||||
- Tampilkan daftar variabel yang telah diekspor dalam bentuk kode perintah syel:
|
||||
|
||||
`export -p`
|
Reference in New Issue
Block a user