Public Notes on
View Public Collections
Loading...
It's a traditional open source unix cli tool! So, why does this site actually look, dare i say, sexy? "Blazing fast It's fast because it only searches the stuff it makes sense to search. Better search Searches entire trees by default while ignoring Subversion, Git and other VCS directories and other files that aren't your source code. Designed for code search Where grep is a general text search tool, ack is especially for the programmer searching source code. Common tasks take fewer keystrokes." #cli #grep #ack #perl #perl_5 #regex #*nix #alternatives #best_of #code #dev #homebrew_formulas #searching #utilities #pub
Show More
Loading...
VisualGrep visualgrep.com
"VisualGrep Search in Files for OSX The non-indexed full text search of files supporting filters and many folder traversal options." #search #grep #Mac #app_stores #paid #files #pub
Show More
Loading...
ag - ack clone that diverged. #cli #open_source #%on_github #*nix #grep #pub
Show More
Loading...
USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) #grep #sed #cli #commands #dev #scripting #utilities #text_manipulation #issues #tidbits #pub
Show More
Loading...
Issue with Ruby pry history duplicating. Been having this issue for so long. Pretty sure on macOS and Linux Ubuntu 14 VM. Both. #grep #sed #cli #commands #dev #scripting #utilities #text_manipulation #bookmarked_on_site #%stack_overflow #issues #tidbits #pub
Show More
Loading...
Make all lines uniq (make duplicate consecutive line appear only once): Code: awk '{sub(".*"$2,$2)}1' yourfile | uniq #grep #cli #commands #dev #scripting #utilities #text_manipulation #tidbits #discussions #issues #awk #pub
Show More