Skip to content

railscasts/309-a-shell-scripting-story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

RailsCasts Episode #309: A Shell-Scripting Story

http://railscasts.com/episodes/309-a-shell-scripting-story

Commands used in episode

  rake --tasks | cut -d " " -f 2
  unfunction _rake; . ~/.zshrc
  ls -t .rake_tasks\~ Rakefile **/*.rake | head -n 1
  touch Rakefile
  find . -name '*.rb' -mtime -3 | xargs grep production
  brew install ack
  find . -name '*.rb' -mtime -3 | xargs sed -i 's/production/staging/'
  # other commands: sort tr comm cut paste diff patch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published