Zum Inhalt springen

CURL: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
K Textersetzung - „<div style="column-count:3">“ durch „<div style="column-count:2">“
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:


== Installation ==
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo apt install curl
</syntaxhighlight>


== Aufruf ==
== Aufruf ==


=== Optionen ===
=== Optionen ===
{| class="wikitable sortable options gnu"
{| class="wikitable sortable options gnu big"
|-
|-
! Unix !! GNU !! Parameter !! Beschreibung
! Unix !! GNU !! Parameter !! Beschreibung
Zeile 21: Zeile 24:


=== Exit-Status ===
=== Exit-Status ===
{| class="wikitable options col1center"
{| class="wikitable options col1center big"
|-
|-
! Wert !! Beschreibung
! Wert !! Beschreibung
Zeile 37: Zeile 40:


=== Dateien ===
=== Dateien ===
{| class="wikitable options"
{| class="wikitable options big"
|-
|-
! Datei !! Beschreibung
! Datei !! Beschreibung
Zeile 50: Zeile 53:
== Anhang ==
== Anhang ==
=== Siehe auch ===
=== Siehe auch ===
<div style="column-count:3">
<div style="column-count:2">
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
</div>
</div>
Zeile 58: Zeile 61:


; Man-Page  
; Man-Page  
# [https://manpages.debian.org/testing/curl/curl.1.en.html curl(1)]
<!--
<!--
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)]
; Info-Pages  
; Info-Pages  
-->
-->

Aktuelle Version vom 28. Juni 2025, 11:12 Uhr

CURL - Beschreibung

Beschreibung

Installation

sudo apt install curl

Aufruf

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Exit-Status

Wert Beschreibung
0 Erfolg
>0 Fehler

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch


Dokumentation

Man-Page
  1. curl(1)

Links

Projekt

Weblinks

  1. https://wiki.ubuntuusers.de/cURL/