#!/usr/bin/env ruby
require 'net/http'
s = Net::HTTP.post_form(URI('http://git.io/'), 'url' => ARGV[0])['Location']
...

Bash On git.io data filter with pro...

by Ants, December 30, 2011 10:18

Single process using ruby.

F9a9ba6663645458aa8630157ed5e71e Talk

Bash On git.io data filter with pro...

by Barry A., December 28, 2011 18:42
3f582b2bc3caf0d7074e85cdf2046a0f Talk
ERROR_BAD_DUPLICATES

Bash On Invest Antiques. | Antique...

by Heloise, November 26, 2011 17:29

THX that's a great anwesr!

020547f7b083b54af1c94f4d1704ff00 Talk
ERROR_BAD_DUPLICATES

Bash On Maternity Bride

by Fanni, November 25, 2011 02:59

Learning a ton from these n...

F0950baaf7847c4c500d42f93ac1376b Talk
ERROR_BAD_DUPLICATES

Bash On Maternity Bride

by Fanni, November 25, 2011 02:59

Learning a ton from these n...

F0950baaf7847c4c500d42f93ac1376b Talk
ERROR_BAD_DUPLICATES

Bash On Maternity Bride

by Fanni, November 25, 2011 02:59

Learning a ton from these n...

F0950baaf7847c4c500d42f93ac1376b Talk

Bash On wallbase.sh

by Ants, October 13, 2011 14:53

Why all the duplicated code...

F9a9ba6663645458aa8630157ed5e71e Talk
svn status | grep ^? | awk '{ print $2 }'  | egrep "\.(py|js|html|png|jpg)$" |awk 'BEGIN{print "."}{print}' |xargs svn add --quiet

Bash On Simple SVN commit script

by John Woo, August 02, 2011 09:16

This may not be what you're...

Be689d7dd9c9d1cb4cc1bfbc297dcd3a Talk
svn status | grep ^? | awk '{ print $2 }'  | egrep "\.(py|js|html|png|jpg)$" |awk 'BEGIN{print "."}{print}' |xargs svn add --quiet

Bash On Simple SVN commit script

by John Woo, August 02, 2011 09:15

This may not be what you're...

Be689d7dd9c9d1cb4cc1bfbc297dcd3a Talk

Bash On Temp folder cleanup

by clonecd510, May 09, 2011 00:30

A curst cow has short horns.

88333677cd7928b29d05e1b32ae18dd2 Talk
#For Rails 2
alias server='echo Cleared > log/development.log & script/server ―debugger'

...

Bash On Map Rails 3 Command To Rail...

by James Schorr, January 24, 2011 03:56 Star_fullStar_fullStar_fullStar_full

I just have this in my .bas...

93db5504cf37b8f67e6874f18c79c1bc Talk
mkdir -p {input,sorted,archives}

Bash On Sorting and archiving 1600 ...

by Fu86, June 21, 2010 10:36

You dont need the if tests ...

Ee0505bbd355292778077fb662c88f13 Talk
#!/bin/bash
SRC="/export/shared /export/beancounters/"
DEST_BASE="/export/trash"
...

Bash On Temp folder cleanup

by ghostdog74.livejournal.com, January 08, 2010 13:15

Since you are using bash, w...

55502f40dc8b7c769880b10874abc9d0 Talk
Hi! msqyozfX

Bash On Adding speed to script

by ZAoDDJ, November 19, 2009 20:25

Hi! msqyozfX

3f8d04098329e80d0ee6f66c079fe242 Talk
Hi! lLwCLatd

Bash On Adding speed to script

by qjDzgwo, November 19, 2009 19:58

Hi! lLwCLatd

5911f686141a66a5a78a61af1023592e Talk
Hi! YgrIdvvn

Bash On Adding speed to script

by nneRqnwo, November 18, 2009 22:40

Hi! YgrIdvvn

28ede26cd056f7280f5b7d89e082bef7 Talk
Hi! isSrsL

Bash On Adding speed to script

by XkmiybOD, November 18, 2009 22:18

Hi! isSrsL

39176f01f3e0818d367fdb1a82654d1f Talk

Bash On Big and Ugly Associative Ar...

by Matt, November 14, 2009 18:34

Yep... :)
looking at it aga...

37cebc7c6f4cee5d5bc34277e691e7ba Talk

Bash On Big and Ugly Associative Ar...

by gregf, November 14, 2009 15:24

Thanks a lot, 100x simpler ...

70b86492b31e21b0748cc637a6b2f05a Talk
#!/bin/bash

PKG_MANAGER="paludis"
...

Bash On Big and Ugly Associative Ar...

by Matt, November 14, 2009 10:43 Star_fullStar_fullStar_fullStar_full

Looks like you only need on...

37cebc7c6f4cee5d5bc34277e691e7ba Talk
function egrep {
        echo "command used:"
        echo "egrep" $@
...

Bash On How to quiclky change this ...

by Pascal Charest, September 09, 2009 19:31

Here, add this function to ...

C28154df962ab32ffe9a4767e2efd8a9 Talk
#This is the error command
egrep "smtp" -i ./production.log

...

Bash On How to quiclky change this ...

by GeekBoi, July 29, 2009 19:20

Not sure that it saves you ...

9992e9f44a75ef4248d687fd18745881 Talk

Bash On Adding speed to script

by draconesca, July 24, 2009 01:49

home intergovernmental syst...

89289f519e06a0e53e080eab7aecc771 Talk
mysqldump --opt --compress -u username -h host -ppassword database | gzip -c > database_dump.sql.gz
...

Bash On Unzip large database dump d...

by Ross Kendall, June 14, 2009 15:29

If the database is not on t...

8bfe810a30e352e3632733dd839c1220 Talk
#
# queryDetails.sh
#
...

Bash On Adding speed to script

by Ants, June 07, 2009 04:18

Instead of waiting sequenti...

F9a9ba6663645458aa8630157ed5e71e Talk