shownotes-w3m-rice/locate_discover.txt

7 lines
217 B
Plaintext
Raw Normal View History

2013-05-24 22:14:09 +00:00
# this is notes for video: http://www.youtube.com/watch?v=5kpETDZQAyk
2012-05-29 20:27:13 +00:00
discover () {
keyword=$(echo "$@" | sed 's/ /.*/g' | sed 's:|:\\|:g' | sed 's:(:\\(:g' | sed 's:):\\):g')
locate -ir $keyword
}