Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.234.045 Times

Grep freeware
Filter: All | Freeware | Demo
 

Grep

< 1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 733

tarix tarix is a simple indexer for POSIX and GNU tar files. The indexes allow fast extraction of files in the archive, especially on seekable tape devices. The index format is simple enough to be used from a rescue disk with only mt, dd, and tar (though grep and sed would be very useful there)....



Platforms: *nix

License: Freeware Size: 23.55 KB Download (88): tarix Download

Added: September 23, 2010 | Visits: 777

Perl6::Gather Perl6::Gather is a Perl module that implements the Perl 6 gather/take control structure in Perl 5. SYNOPSIS use Perl6::Gather; @list = gather { # Try to extract odd numbers and odd number names... for (@data) { if (/(one|three|five|nine)$/) { take qq{$_}; } elsif (/^d+$/ && $_ %2) {...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Perl6::Gather Download

Added: November 07, 2010 | Visits: 509

Perl6::Placeholders Perl6::Placeholders is a Perl 6 implicitly declared parameters for Perl 5. SYNOPSIS use Perl6::Placeholders; my $add = { $^a + $^b }; # Create a sub that adds its two args print $add->(1,2), "n"; # Call it # Use as map, grep, and sort blocks print join ",", sort { $^y <=> $^x } 1..10;...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Perl6::Placeholders Download

Added: March 05, 2010 | Visits: 1.246

ClearCase::Wrapper::DSB ClearCase::Wrapper::DSB Perl module contains David Boyces contributed cleartool wrapper functions. SYNOPSIS This is an overlay module for ClearCase::Wrapper containing David Boyces non-standard extensions. See perldoc ClearCase::Wrapper for more details. CLEARTOOL ENHANCEMENTS CATCS 1....


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): ClearCase::Wrapper::DSB Download

Added: September 27, 2010 | Visits: 1.912

Mail::Mbox::MessageParser Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. Mail::Mbox::MessageParser uses the best of three strategies for parsing a mailbox: either using GNU grep, cached folder information or highly-optimized Perl..


Platforms: *nix

License: Freeware Size: 245.76 KB Download (184): Mail::Mbox::MessageParser Download

Added: February 26, 2010 | Visits: 1.341

libcli libcli is a Cisco-like telnet commandline library. It provides a shared library for including a Cisco-like command-line interface into other software. Its a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. libcli...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (100): libcli Download

Added: March 19, 2010 | Visits: 850

killppp killppp purpose is to kill ppp pid after n time of no traffic. This is especially useful for dial-up users who pay per time-unit of being connected. The typical use for it, is to start a large download along with killppp and go away. The script will shut down ppp after the downloading is done....


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): killppp Download

Added: April 10, 2010 | Visits: 1.642

Command Line WRAPper Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Command Line WRAPper Download

Added: August 06, 2010 | Visits: 878

wwtk wwtk is a wizard-style Web interface for structured information trails - an n-ary decision tree structure based on true/false logic. wwtk project can be used as a Wizard, an expert system, or as a backend for interactive fiction. Structure This toolkit is essentially based around the single...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (94): wwtk Download

Added: April 14, 2010 | Visits: 1.206

ETTERLOG ETTERLOG is a utility for Network Lan (SWITCH) for file .ECI and .ECP. (Ettercap program). Etterlog is the log analyzer for logfiles created by ettercap. It can handle both compressed (created with -Lc) or uncompressed logfiles. With this tool you can manipulate binary files as you like and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): ETTERLOG Download

Added: January 17, 2010 | Visits: 950

tcpick tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via ftp or http. It can display all the stream on...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (110): tcpick Download

Added: May 25, 2010 | Visits: 874

Tie::Scalar::Sticky Tie::Scalar::Sticky is a Perl module with block assignments to scalars. SYNOPSIS use strict; use Tie::Scalar::Sticky; tie my $sticky, Tie::Scalar::Sticky; $sticky = 42; $sticky = ; # still 42 $sticky = undef; # still 42 $sticky = 0; # now its zero tie my $sticky, Tie::Scalar::Sticky...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Tie::Scalar::Sticky Download

Added: September 11, 2010 | Visits: 966

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: August 12, 2010 | Visits: 728

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: August 17, 2010 | Visits: 1.574

JavaScript::Autocomplete::Backend JavaScript::Autocomplete::Backend is a Google Suggest-compatible autocompletion backend. SYNOPSYS package MyAutocompleter; use base qw(JavaScript::Autocomplete::Backend); my @NAMES = qw(alice bob charlie); sub expand { my ($self, $query) = @_; # do something to expand the query my $re...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): JavaScript::Autocomplete::Backend Download

Added: January 22, 2010 | Visits: 868

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: October 03, 2010 | Visits: 1.123

grepcidr grepcidr can filter IP addresses matching IPv4 CIDR/network specification. grepcidr can be used to filter a list of IP addresses against one or more Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks specified by an address range. As with grep, there are options to...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): grepcidr Download

Added: February 27, 2010 | Visits: 952

qmqtool qmqtool is a qmail queue manipulation program geared towards the viewing and safe modification of the contents in a qmail queue. qmqtool may be copied and distributed under the terms found in the Perl "Artistic License". A copy of this license may be found in the standard Perl distribution, or...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (110): qmqtool Download

Added: June 05, 2010 | Visits: 1.475

Linux on the WRT54G Linux on the WRT54G is a mini-distribution for the router and access point Linksys wrt54g 802.11b/g It includes basic tools such as sh, syslog, telnetd, httpd (with cgi-bin support), vi, snort, mount, insmod, rmmod, top, grep, find, nfs modules, etc. The installation script runs in about 20...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (142): Linux on the WRT54G Download

Added: April 23, 2010 | Visits: 1.360

Planner.el Planner.el project is an Emacs organizer. Planner.el is an organizer module for GNU Emacs and XEmacs. It tracks tasks, appointments, and notes in plain text files, which may be published via emacs-wiki. planner.el is an Emacs module that gives me a summary view of my tasks, schedule, and...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (104): Planner.el Download

< 1 2 3 4 5 >