Difference between revisions of "bash"

(contact updated)
 

(3 intermediate revisions by 2 users not shown)



Line 1: Line 1:
Bash shell tricks
+
{{DISPLAYTITLE:BASH}}<p><strong>Description:</strong></p>
  
==Shortcuts==
+
<p>BASH is located in beautiful Carmel, Indiana. Nestled approximately 30 minutes outside of Indianapolis, this space is the perfect venue for celebrations, weddings, corporate events, and much more! The shiplap walls, stunning wood floors and open ceiling create a charming atmosphere for your event.</p>
* ctrl-r (Reverse search in command history. Tab to complete command.)
 
* tab (Tries to complete what ever you have typed in.)
 
* !$ - last word of previous command.  Handy for doing something with a file you just did something with
 
* !! - entire last command. Handy if you forget to sudo something, sudo !! will be faster then editing the old command
 
  
==For Loops==
+
<p>&nbsp;</p>
for i in * ; do echo $i ; bzip2 $i ; done
+
 
[[Category:ToolHowTo]]
+
<p><strong>Website:</strong></p>
 +
 
 +
<p>http://bash.828venues.com/</p>
 +
 
 +
<p><br />
 +
<strong>Business Hours:</strong></p>
 +
 
 +
<p>Mon: 10:00 - 18:00<br />
 +
Tue: 10:00 - 18:00<br />
 +
Wed: 14:00 - 20:00<br />
 +
Thu: 10:00 - 18:00<br />
 +
Fri: 10:00 - 18:00<br />
 +
Sat: Closed<br />
 +
Sun: Closed</p>
 +
 
 +
<p><br />
 +
<strong>Year Established:</strong></p>
 +
 
 +
<p>01/2018</p>
 +
 
 +
<p><br />
 +
<strong>Facebook:</strong></p>
 +
 
 +
<p>facebook.com/bash.828</p>
 +
 
 +
<p><br />
 +
<strong>Instagram:</strong></p>
 +
 
 +
<p>instagram.com/bash.828</p>
 +
 
 +
<p>&nbsp;</p>

Latest revision as of 08:51, 7 December 2020

Description:

BASH is located in beautiful Carmel, Indiana. Nestled approximately 30 minutes outside of Indianapolis, this space is the perfect venue for celebrations, weddings, corporate events, and much more! The shiplap walls, stunning wood floors and open ceiling create a charming atmosphere for your event.

 

Website:

http://bash.828venues.com/


Business Hours:

Mon: 10:00 - 18:00
Tue: 10:00 - 18:00
Wed: 14:00 - 20:00
Thu: 10:00 - 18:00
Fri: 10:00 - 18:00
Sat: Closed
Sun: Closed


Year Established:

01/2018


Facebook:

facebook.com/bash.828


Instagram:

instagram.com/bash.828

 



Retrieved from "http://aboutus.com/index.php?title=bash&oldid=71789003"