mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
coreutils*: use short more info links (#5658)
This commit is contained in:
parent
88aad91d65
commit
4830093903
285 changed files with 285 additions and 285 deletions
|
@ -1,7 +1,7 @@
|
|||
# false
|
||||
|
||||
> Vrati izlazni kod od 1.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/false>.
|
||||
|
||||
- Vrati izlazni kod od 1:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# logname
|
||||
|
||||
> Prikazuje ime prijevljenog korisnika.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/logname-invocation.html>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/logname>.
|
||||
|
||||
- Prikaži ime trenutno prijavljenog korisnika:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mkfifo
|
||||
|
||||
> Pravi FIFOs (imenovane cijevi).
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/mkfifo-invocation.html>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/mkfifo>.
|
||||
|
||||
- Napravi imenovanu cijev na zadatoj putanji:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# tty
|
||||
|
||||
> Vraća ime terminala.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/tty-invocation.html>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/tty>.
|
||||
|
||||
- Ispiši ime fajla ovog terminala:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# basename
|
||||
|
||||
> Entfernt führende Verzeichniskomponenten in einem Pfad.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/basename>.
|
||||
|
||||
- Ermittle den Dateinamen in einem Pfad:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cat
|
||||
|
||||
> Verkette und gib einzelne oder mehrere Dateien aus.
|
||||
> Mehrere Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> Mehrere Informationen: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- Gib den Inhalt einer Datei aus:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Ändere die Zugriffsberechtigungen einer Datei oder eines Verzeichnisses.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/chmod>.
|
||||
|
||||
- Gib dem Besitzer einer Datei ([u]ser) das Recht, sie auszuführen (e[x]ecute):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chown
|
||||
|
||||
> Ändere den Besitzer und die Besitzergruppe von Dateien und Verzeichnissen.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/chown>.
|
||||
|
||||
- Ändere den Besitzer einer Datei/eines Verzeichnisses:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chroot
|
||||
|
||||
> Führe einen Befehl oder eine interaktive Shell mit einem speziellen root-Verzeichnis aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chroot-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/chroot>.
|
||||
|
||||
- Führe einen Befehl mit einem neuen root-Verzeichnis aus:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cp
|
||||
|
||||
> Kopiere Dateien und Verzeichnisse.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/cp>.
|
||||
|
||||
- Kopiere eine Datei an einen anderen Ort:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Schneide Felder von stdin oder einer Datei aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/cut>.
|
||||
|
||||
- Schneide die ersten 16 Zeichen jeder Zeile von stdin aus:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# dd
|
||||
|
||||
> Konvertiere und kopiere eine Datei.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/dd-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/dd>.
|
||||
|
||||
- Erstelle ein bootbares USB-Laufwerk von einer isohybriden Datei (wie `archlinux-xxxx.iso`) und zeige den Fortschritt an:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# echo
|
||||
|
||||
> Gib angegebene Argumente aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/echo>.
|
||||
|
||||
- Gib einen Text aus. (Hinweis: Anführungszeichen sind optional):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ls
|
||||
|
||||
> Liste den Inhalt eines Verzeichnisses auf.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- Liste den Inhalt in einer Datei pro Zeile auf:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mv
|
||||
|
||||
> Verschiebe Dateien oder Verzeichnisse oder benenne diese um.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/mv-invocation.html>
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/mv>
|
||||
|
||||
- Verschiebe eine Dateien an einen beliebigen Ort:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# whoami
|
||||
|
||||
> Gib den Benutzernamen des aktuellen Benutzers aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/whoami-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/whoami>.
|
||||
|
||||
- Gib den aktiven Benutzernamen aus:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# base64
|
||||
|
||||
> Codifica o decodifica un archivo o la entrada estandar hacia/desde Base64, a la salida estandar.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/base64-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/base64>.
|
||||
|
||||
- Codifica un archivo:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cat
|
||||
|
||||
> Imprime y concatena archivos.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- Imprime el contenido de un archivo por la salida estándar:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Cambiar los permisos de acceso de un archivo o directorio.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/chmod>.
|
||||
|
||||
- Otorga al [u]suario que es propietario del archivo permiso para [x] ejecutarlo:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chown
|
||||
|
||||
> Cambia la propiedad de usuario y grupo sobre archivos y directorios.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/chown>.
|
||||
|
||||
- Cambia el usuario propietario de un archivo/directorio:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cp
|
||||
|
||||
> Copia archivos y directorios.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/cp>.
|
||||
|
||||
- Copia un archivo a otra ruta:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ls
|
||||
|
||||
> Lista los contenidos de directorios.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- Lista un archivo por línea:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mkdir
|
||||
|
||||
> Crea un directorio.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
|
||||
- Crea un directorio en el directorio actual o en una ruta dada:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mv
|
||||
|
||||
> Mueve o renombra archivos y directorios.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/mv-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/mv>.
|
||||
|
||||
- Mueve archivos en ubicaciones arbitrarias:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rm
|
||||
|
||||
> Elimina archivos o directorios.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/rm>.
|
||||
|
||||
- Elimina archivos de ubicaciones arbitrarias:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# touch
|
||||
|
||||
> Cambia el tiempo de accesso y modificación de un archivo (atime, mtime).
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/touch>.
|
||||
|
||||
- Crea un archivo nuevo o cambia los tiempos de archivos existentes al tiempo actual:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Retorna algo repetidamente.
|
||||
> Este comando es frecuentemente utilizado para aceptar todas las confirmaciones en comandos de instalación (como apt-get).
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/yes>.
|
||||
|
||||
- Retornar repetidamente "mensaje":
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cat
|
||||
|
||||
> چاپ و ترکیب کردن فایل ها.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- چاپ محتویات فایل بر روی صفحه نمایش:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cp
|
||||
|
||||
> کپی فایل ها و دایرکتوری ها.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/cp>.
|
||||
|
||||
- کپی فایل از مبدا به مقصد مشخص شده:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# false
|
||||
|
||||
> برگرداندن 1 به عنوان کد خروجی.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/false>.
|
||||
|
||||
- برگرداندن 1 به عنوان کد خروجی:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# logname
|
||||
|
||||
> نمایش نام کاربر.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/logname-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/logname>.
|
||||
|
||||
- نمایش نام کاربر لاگین شده:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ls
|
||||
|
||||
> نمایش محتویات دایرکتوری.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- نمایش فایل ها به صورت خطی:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nohup
|
||||
|
||||
> اجرای یک پردازش در پس زمینه حتی زمانی که ترمینال بسته شود.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/nohup>.
|
||||
|
||||
- اجرای پردازش در پس زمینه فارغ از اجرا بودن ترمینال:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sleep
|
||||
|
||||
> ایجاد تاخیر بر اساس زمان.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/sleep-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/sleep>.
|
||||
|
||||
- تاخیر به ثانیه:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# tty
|
||||
|
||||
> نمایش نام ترمینال.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/tty-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/tty>.
|
||||
|
||||
- نمایش نام فایل ترمینال جاری:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> نمایش اطلاعاتی درباره سخت افزار و سیستم عامل.
|
||||
> نکته: برای دستیابی به اطلاعات اضافه در رابطه با سیستم عامل از دستور `lsb_release` استفاده کنید.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/uname-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/uname>.
|
||||
|
||||
- نمایش اطلاعات مربوط به سخت افزار و پردازنده سیستم:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# users
|
||||
|
||||
> نمایش لیست کاربران لاگین شده.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/users-invocation.html>.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/users>.
|
||||
|
||||
- نمایش لیست کاربران لاگین شده:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# base32
|
||||
|
||||
> Encode ou décode un fichier ou l'entrée standard vers ou depuis la base 32, et retourne le résultat à la sortie standard.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/base32-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/base32>.
|
||||
|
||||
- Encode un fichier :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# base64
|
||||
|
||||
> Encoder ou décoder un fichier ou l'entrée standard en utilisant le codage Base64 à destination de la sortie standard.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/base64-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/base64>.
|
||||
|
||||
- Encoder un fichier :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# basename
|
||||
|
||||
> Retourne la portion ne contenant pas de dossiers d'un chemin complet.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/basename>.
|
||||
|
||||
- N'afficher que le nom du fichier depuis un chemin :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cat
|
||||
|
||||
> Affiche et concatène le contenu d'un ou plusieurs fichiers.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- Affiche le contenu d'un fichier sur la sortie standard :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Modifie les droits d'accès d'un fichier ou d'un répertoire.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/chmod>.
|
||||
|
||||
- Donne les droits d'e[x]écution à l'[u]tilisateur auquel le fichier appartient :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chown
|
||||
|
||||
> Modifie l'utilisateur et le groupe propriétaire des fichiers et dossiers.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/chown>.
|
||||
|
||||
- Modifie le propriétaire d'un fichier/dossier :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cp
|
||||
|
||||
> Copie des fichiers et des répertoires.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/cp>.
|
||||
|
||||
- Copier un fichier vers un autre emplacement :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# df
|
||||
|
||||
> Montre un aperçu de l'utilisation de l'espace disque.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/df-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/df>.
|
||||
|
||||
- Afficher tous les systèmes de fichiers et leur utilisation d'espace disque :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# echo
|
||||
|
||||
> Affiche les paramètres donnés dans la console.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/echo>.
|
||||
|
||||
- Affiche un message (les guillemets sont facultatifs) :
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Copie des fichiers et mets à jour leurs attributs.
|
||||
> Copie des fichiers (souvent des exécutables) dans un répertoire système comme `/usr/local/bin` et leur donne les permissions et propriétaires appropriés.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/install-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/install>.
|
||||
|
||||
- Copie des fichiers vers une destination :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ln
|
||||
|
||||
> Crée des liens vers des fichiers et répertoires.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/ln-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/ln>.
|
||||
|
||||
- Crée un lien symbolique vers un fichier ou un répertoire :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ls
|
||||
|
||||
> Liste le contenu d'un répertoire.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- Liste les fichiers, un par ligne :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mkdir
|
||||
|
||||
> Crée un répertoire.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
|
||||
- Crée un répertoire dans le répertoire actuel ou dans un chemin donné :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# pwd
|
||||
|
||||
> Affiche le nom du répertoire actuel.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/pwd>.
|
||||
|
||||
- Affiche le répertoire actuel :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# wc
|
||||
|
||||
> Compte les lignes, les mots ou les octets.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/wc>.
|
||||
|
||||
- Compte les lignes d'un fichier :
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Envoie un message à répétition en sortie console.
|
||||
> Cette commande est souvent utilisée pour éviter de devoir accepter des opérations successives (par exemple des installations via la commande `apt-get`).
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/yes>.
|
||||
|
||||
- Envoyer « message » à répétition :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# head
|
||||
|
||||
> Prikazuje prvi deo datoteka.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/head-invocation.html>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/head>.
|
||||
|
||||
- Prikaži prvih nekoliko linija datoteke:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sha1sum
|
||||
|
||||
> Izračunava SHA1 kriptografske kontrolne brojeve.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/sha1sum-invocation.html>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/sha1sum>.
|
||||
|
||||
- Izračunaj SHA1 kontrolni broj za datoteku:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# tail
|
||||
|
||||
> Prikazuje krajnji deo datoteke.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/tail-invocation.html>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/tail>.
|
||||
|
||||
- Prikaži poslednjih 'broj' linija u datoteci:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cat
|
||||
|
||||
> फ़ाइलों को प्रिंट और संक्षिप्त करें।
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- मानक आउटपुट में फ़ाइल की सामग्री प्रिंट करें:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# false
|
||||
|
||||
> 1 का एग्जिट कोड लौटाता है।
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/false>.
|
||||
|
||||
- 1 का निकास कोड लौटाएँ:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ls
|
||||
|
||||
> निर्देशिका सामग्री को सूचीबद्ध करें।
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- प्रति पंक्ति एक फ़ाइल की सूची बनाएं:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mkdir
|
||||
|
||||
> एक निर्देशिका बनाता है।
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
|
||||
- वर्तमान निर्देशिका या दिए गए पथ में एक निर्देशिका बनाएँ:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# touch
|
||||
|
||||
> एक फ़ाइल का उपयोग और संशोधन समय (atime, mtime) बदलें।
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/touch>.
|
||||
|
||||
- एक नई खाली फ़ाइल बनाएं (मौजूदा फ़ाइल के लिए समय बदल दें):
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Mostra il nome dell'architettura del sistema.
|
||||
> Vedi anche `uname`.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/arch>.
|
||||
|
||||
- Mostra l'architettura del sistema:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# b2sum
|
||||
|
||||
> Calcola checksum BLAKE2.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/b2sum>.
|
||||
|
||||
- Calcola il checksum BLAKE2 per un file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# base32
|
||||
|
||||
> Codifica o decodifica file o standard input in Base32 su standard output.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/base32-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/base32>.
|
||||
|
||||
- Codifica un file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# base64
|
||||
|
||||
> Codifica o decodifica file o standard input in Base64 su standard output.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/base64-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/base64>.
|
||||
|
||||
- Codifica un file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# basename
|
||||
|
||||
> Restituisce la parte finale un percorso.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/basename>.
|
||||
|
||||
- Mostra solo il nome del file da un percorso:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cat
|
||||
|
||||
> Stampa e concatena file.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- Stampa i contenuti di un file su standard output:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chcon
|
||||
|
||||
> Cambia contesto di sicurezza SELinux di file o directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/chcon-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/chcon>.
|
||||
|
||||
- Mostra il contesto di sicurezza di un file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chgrp
|
||||
|
||||
> Cambia il gruppo proprietario di file e directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/chgrp-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/chgrp>.
|
||||
|
||||
- Cambia il gruppo proprietario di un file/directory:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Cambia i permessi di accesso di file o directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/chmod>.
|
||||
|
||||
- Dai il permesso di eseguire (x) un file al suo proprietario (u):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chown
|
||||
|
||||
> Cambia utente e gruppo proprietario di file e directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/chown>.
|
||||
|
||||
- Cambia l'utente proprietario di un file/directory:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chroot
|
||||
|
||||
> Esegui un comando o una shell interattiva con una speciale root directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/chroot-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/chroot>.
|
||||
|
||||
- Esegui un comando con una diversa root directory:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Calcola checksum CRC e conta i byte di un file.
|
||||
> Nota: in vecchi sistemi UNIX l'implementazione di CRC potrebbe essere diversa.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/cksum>.
|
||||
|
||||
- Calcola e mostra un checksum di 32 bit, dimensione in byte e nome del file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# comm
|
||||
|
||||
> Seleziona o ignora linee comuni a due file. Entrambi i file devono essere ordinati.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/comm>.
|
||||
|
||||
- Produci tre colonne separate da tab: linee solo nel primo file, linee solo nel secondo file, e linee comuni ad entrambi:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cp
|
||||
|
||||
> Copia file e directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/cp>.
|
||||
|
||||
- Copia un file in un'altra posizione:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Taglia dividendo in campi stdin o file.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/cut>.
|
||||
|
||||
- Estrai i primi 16 caratteri di ogni riga da stdin:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# date
|
||||
|
||||
> Imposta o mostra data e ora di sistema.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/date-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/date>.
|
||||
|
||||
- Mostra la data corrente utilizzando il formato predefinito della locale corrente:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# dd
|
||||
|
||||
> Converti e copia un file.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/dd-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/dd>.
|
||||
|
||||
- Crea un disco USB avviabile da un file ISO e mostra il progresso:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# df
|
||||
|
||||
> Fornisce una panoramica dello spazio utilizzato dai file system sui dischi.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/df-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/df>.
|
||||
|
||||
- Mostra tutti i file system ed il loro utilizzo del disco:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# dircolors
|
||||
|
||||
> Stampa comandi necessari per settare la variabile d'ambiente LS_COLOR per stilizzare `ls`, `dir`, etc.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/dircolors-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/dircolors>.
|
||||
|
||||
- Stampa i comandi per settare LS_COLOR con i colori predefiniti:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# dirname
|
||||
|
||||
> Determina la directory genitore di un determinato file o percorso.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/dirname>.
|
||||
|
||||
- Calcola la directory genitore di un dato percorso:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# du
|
||||
|
||||
> Utilizzo del disco: stima e riassumi lo spazio utilizzato da file e directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/du-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/du>.
|
||||
|
||||
- Elenca le dimensioni di una directory ed ogni sotto-directory, nell'unità specificata (B/KB/MB):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# echo
|
||||
|
||||
> Stampa a schermo gli argomenti forniti.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/echo>.
|
||||
|
||||
- Stampa un messaggio di testo. Nota: le virgolette sono opzionali:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# env
|
||||
|
||||
> Mostra le variabili d'ambiente o esegui un programma in un ambiente modificato.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/env-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/env>.
|
||||
|
||||
- Mostra le variabili d'ambiente:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# expand
|
||||
|
||||
> Converti caratteri tab in spazi.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/expand-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/expand>.
|
||||
|
||||
- Converti tab in un file in spazi, scrivendo su standard output:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# fmt
|
||||
|
||||
> Riformatta i paragrafi di un file di testo unendoli e limitando la larghezza delle righe a un dato numero di caratteri (di default 75).
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/fmt-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/fmt>.
|
||||
|
||||
- Riformatta un file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# head
|
||||
|
||||
> Stampa a schermo le prime linee di un file.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/head-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/head>.
|
||||
|
||||
- Stampa a schermo le prime linee di un file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ln
|
||||
|
||||
> Crea un collegamento a un file o a una directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/ln-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/ln>.
|
||||
|
||||
- Crea un collegamento simbolico a un file (o directory):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ls
|
||||
|
||||
> Elenca i contenuti di una directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- Elenca i file nella directory corrente, uno per riga:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mkdir
|
||||
|
||||
> Crea directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
|
||||
- Crea una directory nella directory corrente o in un dato percorso:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mv
|
||||
|
||||
> Sposta o rinomina file e directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/mv-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/mv>.
|
||||
|
||||
- Sposta file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rm
|
||||
|
||||
> Rimuovi file o directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/rm>.
|
||||
|
||||
- Rimuovi file:
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue