Projects tagged ‘grep’ and ‘unix’


Jump to tag:

Projects tagged ‘grep’ and ‘unix’

Filtered by Project Tags grep unix

Refine results Project Tags shell (6) cli (5) search (4) tools (4) command_line (4) regexp (3) israel (2) bash (2) sed (2) regex (2) linux (2) programming (2)

[8 total ]

2178 Users
   

Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
Created over 3 years ago.

97 Users
   

ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions. * ... [More] Searches recursively through directories by default, while ignoring .svn, CVS and other VCS directories. * ack ignores most of the crap you don't want to search * Lets you specify file types to search, as in --perl or --nohtml. * Color highlighting of search results. * Uses real Perl regular expressions, not a GNU subset. * ack is pure Perl, so consistent across all platforms. It even comes as a single standalone program with no module dependencies. [Less]
Created over 3 years ago.

0 Users

This script, which was written in bash, sed , awk, grep, which a linux/unix shell tools , is primarily intended to classify products by their manufacturer and category they belong to. its a simple script, broken down to several files.
Created 4 months ago.

0 Users

The perl code (hdltags or vtags) creates tags for verilog/system verilog/vhdl code for browsing the code with functionalities similar to ctags Current version supports Verilog and System-Verilog. ... [More] VHDL would be supported soon! Only module names are tagged. Usual ctags commands work: vi −t tag : Start vi and position the cursor at the file and line where "tag" is defined. :ta tag : Find a tag. Ctrl-] : Find the tag under the cursor. Ctrl-T : Return to previous location before jump to tag (not widely implemented). To download checkout using svn, or send an email to hdltags@anurag-kumar.com -Anurag [Less]
Created 12 months ago.

0 Users

A grep replacement in pure Ruby. Use Ruby regular expression syntax and get highlighted output. Automatically recurses directories and excludes .svn/ pkg/ etc. Based on the Perl tool ack by Andy Lester.
Created about 1 year ago.

0 Users

This simple script , translates english subtitles to hebrew , using google translation. Submitted by Nathan on August 15 / 2009.
Created 4 months ago.

0 Users

hexgrep is a search tool for binary files, with a command line interface similar to the Unix tool grep. This project is in early development stage.
Created 5 months ago.

0 Users

Quite often we have to perform series of string manipulation and information extraction activities from the command line. Usually this is achieved with several excellent collection shell utilities ... [More] available for Linux/Unix/Cygwin. It is tedious to perform similar tasks all the time. For that reason, I composed a collection of oneliners (scripts) that work very well when performing information gathering attacks. [Less]
Created 12 months ago.