Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PalaceChan committed Apr 10, 2016
1 parent dac29d7 commit 5850e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ function mg()

function xmlg()
{
find .\( -iname "*.xml" \) | parallel -j150% -n 1000 "grep -nHi "$1" {}"
find . \( -iname "*.xml" \) | parallel -j150% -n 1000 "grep -nHi "$1" {}"
}

function rg()
{
find .\( -iname "*.R" \) | parallel -j150% -n 1000 "grep -nHi "$1" {}"
find . \( -iname "*.R" \) | parallel -j150% -n 1000 "grep -nHi "$1" {}"
}

function mgrep()
Expand Down

0 comments on commit 5850e46

Please sign in to comment.