Newest Bash Programming Tips
Remove files older than 7 days
Balazs Nadasdi
·
1 response
·
shell, script, find, cron
Watch HTTP requests on any port with tcpflow
Scott Grogan
·
0 responses
·
http, network, tcp, bash
Change all files and folders permissions to 644/755
Pierre-Louis LAUNAY
·
1 response
·
permissions, file, directory, bash
Updating the PATH on the OSX CLI
Jinn Koriech
·
0 responses
·
shell, zsh, osx, profile
Version Requirements Check in Bash
Chris Albrecht
·
2 responses
·
version, bash
Drop git changes with a confirm
Mike Piccolo
·
0 responses
·
git, bash
Recovering from accidental unzip apocalypse
Jason Lewis
·
1 response
·
codeplex, zip, bash, filesystem
Install Command-Line Tools
David Condrey
·
0 responses
·
xcode, dotfiles, automate, applescript
Measure top 10 shell commands to be more productive
Wojtek Ryrych
·
0 responses
·
shell, aliases, productivity, git
Git remove deleted files
Mikkkee
·
0 responses
·
git, bash, xarg
Bash Aliases for Everything
Russell Fair
·
0 responses
·
alias, bash
bash oneliner for a quick sitemap check
Anka Sirota
·
0 responses
·
curl, oneliner, awk, bash
`git rm` all deleted files
Anka Sirota
·
0 responses
·
xargs, awk, git, bash
Run command to remotes servers
Michael Akimov
·
0 responses
·
shell, script, bash
Dead simple pastbin service for programmers, pipe terminal commands, use files, images etc
Victor Bjelkholm
·
0 responses
·
shell, zsh, terminal, curl
Add Public SSH Key to Remote Server in a Single Command
Timur
·
2 responses
·
shell, ssh, bash
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3
Djalma Araújo
·
0 responses
·
ruby, rails, osx, rvm
Open all not committed files in vi
Marcelo Andrade
·
0 responses
·
git, vim, bash
Use vim to manipulate files in bash scripts
Jussi Kalliokoski
·
2 responses
·
shell, script, vim, scripting
Elegantly remove a directory from $PATH in Bash shell
Robin Bate Boerop
·
1 response
·
shell, $path, bash
Clean up a messy git repo!
Andrew Theken
·
2 responses
·
protip, git, bash
Forgot to run a command as root?
Vinicius Souza
·
0 responses
·
terminal, sudo, bash
Alias to automatically git push --set-upstream
Griffin Smith
·
0 responses
·
shell, zsh, git, alias
Touch all modified files in your working directory, forcing files watched with ie Guard to run tests
Griffin Smith
·
0 responses
·
shell, git, unit tests, bash