Zum Inhalt springen

History: Unterschied zwischen den Versionen

Aus Foxwiki
Kamalalhassan (Diskussion | Beiträge)
 
(69 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=Bezeichnung=
'''history''' - Befehlsspeicher
'''''history'''''
Zeigt eine Liste mit den letzten 500 verwendeten Befehlen


=Übersicht=
== Beschreibung ==
history


=Optionen=
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>


If you wish to view the history one page at a time, you can use the command below. Now, you can simply use the spacebar to view one page at a time or use the down arrow to view one line at a time:
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>


history | less
=== Optionen ===
{| class="wikitable sortable options gnu big"
|-
! Unix !! GNU !! Parameter !! Beschreibung
|-
| || || ||
|-
|}


To view just the last ten commands, you can use the following:
=== Parameter ===
=== Umgebungsvariablen ===
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>


history | tail
<!-- output -->
<syntaxhighlight lang="bash" highlight="" line>
</syntaxhighlight>


To view the last 25 commands, just use the following:
=== Problembehebung ===


history 25
== Konfiguration ==
=== Dateien ===
{| class="wikitable options big"
|-
! Datei !! Beschreibung
|-
| ||
|-
| ||
|}


Another tool you can use with history is Ctrl + R. This will output a search feature.
<noinclude>


STRG+R
== Anhang ==
=== Siehe auch ===
<div style="column-count:2">
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
</div>
----
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}


(reverse-i-search)`':
=== Dokumentation ===
<!--
; Man-Page
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)]


; Info-Pages
-->


schnelle Verlaufssuche durchführen
=== Links ===
==== Projekt ====
==== Weblinks ====
# https://wiki.ubuntuusers.de
# https://geek-university.com/linux-deutsch/shell-history-durchsuchen/


=Beispiel=
{{DEFAULTSORT:history}}
history  
{{DISPLAYTITLE:history}}


496  ls -la
[[Kategorie:Linux/Befehl]]
497  ls
[[Kategorie:Bash/Builtin]]
498  history
[[Kategorie:Bash/Interaktiv]]
499  ls
500  cd domains
501  cd ..
502  ls
503  history
504  cd ls
505  ls
506  cd data
507  ls
508  cd ..
509  cd domains
510  ls
511  cd ..
512  history


 
</noinclude>
 
 
 
 
[[Category:Linux:Bash]]

Aktuelle Version vom 23. Mai 2026, 13:05 Uhr

history - Befehlsspeicher

Beschreibung

Installation

Aufruf

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch



Dokumentation

Projekt

  1. https://wiki.ubuntuusers.de
  2. https://geek-university.com/linux-deutsch/shell-history-durchsuchen/