about summary refs log tree commit diff stats
path: root/linux/bash.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2021-02-26 01:55:13 +0000
committerSilvino Silva <silvino@bk.ru>2021-02-26 01:55:13 +0000
commit6ec55970fe70ad6306c768fe4a07acef50cec555 (patch)
tree4e53ebeb4d9f8d38a0da2caa0d6c092ef9bcaf1c /linux/bash.html
parent2a862d9141a84b612ec2dd109a7f74a2b10ffb91 (diff)
downloaddoc-6ec55970fe70ad6306c768fe4a07acef50cec555.tar.gz
linux re-index
Diffstat (limited to 'linux/bash.html')
-rw-r--r--linux/bash.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/bash.html b/linux/bash.html
index 1a7edb2..7b98eb5 100644
--- a/linux/bash.html
+++ b/linux/bash.html
@@ -2,12 +2,12 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>2.5.2. Bash</title>
+        <title>2.3.2. Bash</title>
     </head>
     <body>
         <a href="index.html">GNU/Linux Index</a>
 
-        <h1 id="bash">2.5.2. Bash</h1>
+        <h1 id="bash">2.3.2. Bash</h1>
 
         <p>Just to be sure, setup bash as default login;<p>
 
@@ -32,7 +32,7 @@
             alias, editor.</dd>
         </dl>
 
-        <h2 id="profile">2.5.2.1. Profile</h2>
+        <h2 id="profile">2.3.2.1. Profile</h2>
 
         <p>Example of ~/.profile;</p>
 
@@ -73,7 +73,7 @@
 	    fi
 fi        </pre>
 
-        <h2 id="bashrc">2.5.2.2. Bash RC</h2>
+        <h2 id="bashrc">2.3.2.2. Bash RC</h2>
 
         <p>Example of ~/.bashrc;</p>
 
@@ -136,7 +136,7 @@ fi        </pre>
         fi
         </pre>
 
-        <h2 id="bash_profile">2.5.2.3. Bash profile</h2>
+        <h2 id="bash_profile">2.3.2.3. Bash profile</h2>
 
         <p>Example of ~/.bash_profile;</p>