Skip to content

Useful shell scripts for working on the command line

Notifications You must be signed in to change notification settings

dblarons/shell-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Scripts

Useful scripts for working on the command line. All files in this directory must be symlinked to /usr/local/bin.

Installation

Symlink all scripts in this repo to /usr/local/bin:

./install

Included Scripts

agreplace

Use perl and ag to quickly replace all occurrences of a string in a directory.

agreplace oldText newText
agreplace "oldText foo" "newText baz"

About

Useful shell scripts for working on the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages