Bookmarks tagged with #bash.
Show all
Show all
Scripts I wrote that I use all the time
I've written a number of little scripts over the years, many of which I use every day. Here's a little collection.
Saved
on: 2025-10-22
Advanced macOS Command-Line Tools
A comprehensive reference for advanced command-line utilities that provide unique macOS functionality.
Saved
on: 2023-06-28
Working with Docker Containers Made Easy with the dexec Bash Script
I wrote a simple dexec script to make running commands through Docker containers less clunky. I'll show you what dexec is and how to use it!
Saved
on: 2023-06-27
Shell Script Best Practices — The Sharat's
This article is about a few quick thumb rules I use when writing shell scripts that I’ve come to appreciate over the years. Very opinionated....
Saved
on: 2022-10-27
(59) Missing Semester IAP 2020 - YouTube
Lecture videos from the class offered during MIT's Independent Activities Period in 2020.
Saved
on: 2020-08-13
bash-oo-framework/README.md at master · niieani/bash-oo-framework
Bash Infinity is a modern standard library / framework / boilerplate for Bash - niieani/bash-oo-framework
Saved
on: 2018-08-10
Bash Brackets Quick Reference
Bash has lots of brackets and this is a cheat sheet to help you remember which ones to use.
Tags:
#bash
Saved
on: 2018-06-21
shellharden/how_to_do_things_safely_in_bash.md at master · anordal/shellharden
The corrective bash syntax highlighter
Tags:
#bash
Saved
on: 2018-05-15
httpie cheatsheet
The one-page guide to httpie: usage, examples, links, snippets, and more.
Saved
on: 2016-10-24
clarkgrubb/data-tools: File format conversion tools
File format conversion tools
Saved
on: 2016-03-21
bradchesney79/2015DebianJessieWebserverProject: A setup script for a Debian LAMP Webserver
A setup script for a Debian LAMP Webserver
Saved
on: 2016-01-23
#!/bin/bashset -eif [ $(dpkg-query -W -f='${Status}' grafana 2>/dev/null | - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Saved
on: 2015-05-22
Useful Unix commands for exploring data
While dealing with big genetic data sets I often got stuck with limitation of programming languages in terms of reading big files. Also so...
Saved
on: 2014-08-27