<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.r512.com/index.php?action=history&amp;feed=atom&amp;title=Useful_bash_commands</id>
	<title>Useful bash commands - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.r512.com/index.php?action=history&amp;feed=atom&amp;title=Useful_bash_commands"/>
	<link rel="alternate" type="text/html" href="https://www.r512.com/index.php?title=Useful_bash_commands&amp;action=history"/>
	<updated>2026-05-08T15:22:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://www.r512.com/index.php?title=Useful_bash_commands&amp;diff=2306&amp;oldid=prev</id>
		<title>Bacchas: Created page with &quot;==Go back to the previous directory==  cd -  ==Clear Screen ==  ctrl + L  == Background Taks==  ctrl + z // send to background  fg // bring back   == if you type a command and forget to &#039;sudo&#039; ==  sudo !! // this will add sudo to the previous failed command  ==Search through your previous commands ==  ctrl + R // then type part of the command you remember   history // will list previously run command &#039;&#039;&#039; Rerun command from history &#039;&#039;&#039;   !100 // this is the number form th...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.r512.com/index.php?title=Useful_bash_commands&amp;diff=2306&amp;oldid=prev"/>
		<updated>2022-05-29T19:01:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Go back to the previous directory==  cd -  ==Clear Screen ==  ctrl + L  == Background Taks==  ctrl + z // send to background  fg // bring back   == if you type a command and forget to &amp;#039;sudo&amp;#039; ==  sudo !! // this will add sudo to the previous failed command  ==Search through your previous commands ==  ctrl + R // then type part of the command you remember   history // will list previously run command &amp;#039;&amp;#039;&amp;#039; Rerun command from history &amp;#039;&amp;#039;&amp;#039;   !100 // this is the number form th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Go back to the previous directory==&lt;br /&gt;
 cd -&lt;br /&gt;
&lt;br /&gt;
==Clear Screen ==&lt;br /&gt;
 ctrl + L&lt;br /&gt;
&lt;br /&gt;
== Background Taks==&lt;br /&gt;
 ctrl + z // send to background&lt;br /&gt;
 fg // bring back &lt;br /&gt;
&lt;br /&gt;
== if you type a command and forget to &amp;#039;sudo&amp;#039; ==&lt;br /&gt;
 sudo !! // this will add sudo to the previous failed command&lt;br /&gt;
&lt;br /&gt;
==Search through your previous commands ==&lt;br /&gt;
 ctrl + R // then type part of the command you remember&lt;br /&gt;
&lt;br /&gt;
 history // will list previously run command&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039; Rerun command from history &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 !100 // this is the number form the history list&lt;br /&gt;
&lt;br /&gt;
 ctrl + u // delete everyting on the prompt&lt;br /&gt;
 ctrl + a // brings you to the front of the line&lt;br /&gt;
 ctrl + e // end of the line&lt;br /&gt;
&lt;br /&gt;
== Run two commands, one after the other ==&lt;br /&gt;
 command1; command2 // use semi;&lt;br /&gt;
&lt;br /&gt;
==Display output in columns ==&lt;br /&gt;
 // pipe output into column command&lt;br /&gt;
 mount | column -t&lt;/div&gt;</summary>
		<author><name>Bacchas</name></author>
	</entry>
</feed>