coreutils*: use short more info links (#5658)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# cat
|
||||
|
||||
> Mencetak dan menggabungkan berkas.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- Mencetak konten berkas ke keluaran standar:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cp
|
||||
|
||||
> Membuat salinan file dan direktori.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/cp>.
|
||||
|
||||
- Membuat salinan file ke lokasi lain:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ls
|
||||
|
||||
> Menampilkan daftar konten pada direktori.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- Menampilkan daftar berkas dengan satu item tiap baris:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mkdir
|
||||
|
||||
> Membuat sebuah direktori.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
|
||||
- Membuat sebuah direktori di dalam direktori saat ini atau dalam jalan (path) yang diberikan:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mv
|
||||
|
||||
> Memindah atau menamai-ulang file dan direktori.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/mv-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/mv>.
|
||||
|
||||
- Memindahkan file ke lokasi yang baru:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pwd
|
||||
|
||||
> Mencetak nama dari direktori saat ini/kerja.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/pwd>.
|
||||
|
||||
- Mencetak direktori saat ini:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# rm
|
||||
|
||||
> Menghapus berkas atau direktori.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/rm>.
|
||||
|
||||
- Menghapus berkas dari lokasi manapun:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# touch
|
||||
|
||||
> Mengubah waktu akses (atime) dan waktu modifikasi (mtime) dari sebuah file.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/touch>.
|
||||
|
||||
- Membuat file baru yang kosong atau mengubah waktu file yang telahj ada ke waktu sekarang:
|
||||
|
||||
|
Reference in New Issue
Block a user