Popular Bash Programming Tips
Prevent accidental overwrites with redirects
Mustafa Paksoy
·
0 responses
·
shell, bash, safety
Create a file with clipboard contents
Jacob Lichner
·
0 responses
·
shell, bash
Exporting/Importing Compressed MySQL Backups
Colin O'Dell
·
0 responses
·
mysql, bash
mk-sh-script
Charles Feduke
·
0 responses
·
shell, bash, zsh
List 404 links from wget.log
Suzanne Aldrich
·
0 responses
·
shell, bash
Cumbersome complete site uploads slow and painful? use LFTP!
Larry Williamson
·
0 responses
·
wordpress, staging, lftp, ssh
alias brake="bundle exec rake"
Francis San Juan
·
0 responses
·
rails, bash
rm -r ./~ is way way different than rm -r ~
Prashanth Sadasivan
·
0 responses
·
ec2, ubuntu, bash
Copying working directories
Anthony Sutardja
·
0 responses
·
osx, bash
Find a symbol in multiple C++/C libraries (archives or shared libraries)
Hélder Vasconcelos
·
0 responses
·
c, shell, linux, bash
Simple way to print commit url
Marcelo G. Cajueiro
·
0 responses
·
github, bash, git
Run Tests on Directory Save
Saul Shanabrook
·
0 responses
·
shell, fish, bash, testing
Get your ip address
shadowfawkes
·
0 responses
·
bash, shell, linux
Show total size of folders and contents
Martin Downton
·
0 responses
·
bash, disk usage
`git rm` all deleted files
Anka Sirota
·
0 responses
·
xargs, awk, git, bash
Forget sudo?
NM
·
1 response
·
shell, sudo, bash
Speed test using shell
Jishnu
·
0 responses
·
shell, bash
Show current Git branch in bash prompt
James Acklin
·
0 responses
·
bash, git, dotfiles
Back-search your bash history with CTRL+R
Andy Wild
·
0 responses
·
shell, history, shortcut, bash
Matching regexps directly in bash
Knut Haugen
·
0 responses
·
bash, regexp
Shell alias for getting the ip address of a docker container easily
Ganeshwara Herawan Hananda Putra
·
0 responses
·
shell, bash, zsh, docker
Quickly switch between Git branches
Baptiste Fontaine
·
0 responses
·
bash, git
Expand * in bash
David Tran
·
0 responses
·
bash, zsh, glob, expansion