<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://misc.flogisoft.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://misc.flogisoft.com/feed.php">
        <title>FLOZz' MISC bash</title>
        <description></description>
        <link>https://misc.flogisoft.com/</link>
        <image rdf:resource="https://misc.flogisoft.com/lib/tpl/flozz/images/favicon.ico" />
       <dc:date>2026-04-10T02:11:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://misc.flogisoft.com/bash/home?rev=1504268653&amp;do=diff"/>
                <rdf:li rdf:resource="https://misc.flogisoft.com/bash/tip_colors_and_formatting?rev=1533806041&amp;do=diff"/>
                <rdf:li rdf:resource="https://misc.flogisoft.com/bash/tip_customize_the_shell_prompt?rev=1504268653&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://misc.flogisoft.com/lib/tpl/flozz/images/favicon.ico">
        <title>FLOZz' MISC</title>
        <link>https://misc.flogisoft.com/</link>
        <url>https://misc.flogisoft.com/lib/tpl/flozz/images/favicon.ico</url>
    </image>
    <item rdf:about="https://misc.flogisoft.com/bash/home?rev=1504268653&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-01T12:24:13+00:00</dc:date>
        <title>bash:home</title>
        <link>https://misc.flogisoft.com/bash/home?rev=1504268653&amp;do=diff</link>
        <description>Bourne Again Shell (Bash)

Bash Tips
 [Tip: Customize the shell prompt]  Customize the shell prompt  [Tip: Colors and Formatting]  Colors and formatting (ANSI/VT100 Control sequences)  [Tip: Cursor Movements]  FIXME Cursor movement, clear screen and other interesting ANSI/VT100 control sequences</description>
    </item>
    <item rdf:about="https://misc.flogisoft.com/bash/tip_colors_and_formatting?rev=1533806041&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-08-09T09:14:01+00:00</dc:date>
        <title>bash:tip_colors_and_formatting</title>
        <link>https://misc.flogisoft.com/bash/tip_colors_and_formatting?rev=1533806041&amp;do=diff</link>
        <description>Bash tips: Colors and formatting (ANSI/VT100 Control sequences)

The ANSI/VT100 terminals and terminal emulators are not just able to display black and white text ;
they can display colors and formatted texts thanks to escape sequences. Those sequences are composed of
the</description>
    </item>
    <item rdf:about="https://misc.flogisoft.com/bash/tip_customize_the_shell_prompt?rev=1504268653&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-01T12:24:13+00:00</dc:date>
        <title>bash:tip_customize_the_shell_prompt</title>
        <link>https://misc.flogisoft.com/bash/tip_customize_the_shell_prompt?rev=1504268653&amp;do=diff</link>
        <description>Bash tips: Customize the shell prompt

The prompt of Bash can be customized, and can displays several useful informations.

The main prompt is stored in the PS1 variable of the shell. You can show it with the following command:

echo $PS1

and you can change it by modifying the content of this variable. For example this command will change your prompt:</description>
    </item>
</rdf:RDF>
