<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dataplop.welmoc.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dataplop.welmoc.com/feed.php">
        <title>dataplop - bashrc</title>
        <description></description>
        <link>https://dataplop.welmoc.com/</link>
        <image rdf:resource="https://dataplop.welmoc.com/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-16T13:57:34+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dataplop.welmoc.com/doku.php?id=bashrc:start&amp;rev=1709982906&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dataplop.welmoc.com/lib/exe/fetch.php?media=wiki:logo.png">
        <title>dataplop</title>
        <link>https://dataplop.welmoc.com/</link>
        <url>https://dataplop.welmoc.com/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://dataplop.welmoc.com/doku.php?id=bashrc:start&amp;rev=1709982906&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-09T11:15:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://dataplop.welmoc.com/doku.php?id=bashrc:start&amp;rev=1709982906&amp;do=diff</link>
        <description>Bashrc

Historique

Configuration

Par défaut l'historique des commandes en bash est très limité, pour modifier ce paramètre par utilisateur, éditer le fichier ~/.bashrc et ajouter/modifier les lignes suivantes :


##################################
#    HISTORIQUE DES COMMANDES    #
##################################

# Nombre d'entrées dans l'historique
HISTSIZE=10000
HISTFILESIZE=10000
# Fichier où est stocké l'historique
HISTFILE=$HOME/.bash_history</description>
    </item>
</rdf:RDF>
