Susan Bugher wrote in said:
This thread is for the submittal of programs to be considered for the 2006 Pricelessware List.
Gsar ( General Search And Replace)
<
http://home.online.no/~tjaberg>
<
http://gnuwin32.sourceforge.net/packages/gsar.htm>
//adding description
CATEGORY: FILEUTILITIES
SUBCATEGORY: Search And Replace
AUTHOR'S EMAIL ADDRESS (munged):
tjaberg at online dot no
01 (PROGRAM NAME)
GSAR (General Search And Replace)
02 (WARE DESCRIPTION)
Freeware (opensource, GNU)[CLI]
03 (OS-WIN)
Win 9x/ME/NT/2000/XP with msvcrt.dll.
04 (OS NOTES)
If msvcrt.dll is not in your Windows/System folder, get it from
Microsoft
<
http://support.microsoft.com/default.aspx?scid=kb;en-us;259403>
or by installing Internet Explorer 4.0 or higher.
06 (LANGUAGES)
English
07 (DESCRIPTION)
gsar (General Search And Replace) is a utility for searching for and
--- optionally --- replacing strings in both text and binary files.
The search and replace strings can contain all kinds of characters
(0--255), i.e. Ctrl characters and extended ASCII as well.
The algorithm used is a variation of the Boyer-Moore search algorithm,
modified to search binary files. As a result of this, gsar is
blindingly fast. Opposed to line oriented search programs (like grep),
gsar will find all matches on a line. Actually, gsar doesn't know
anything about lines at all, all files and strings are treated as
binary. Gsar can search one or several files for a string and report
the occurrences. Gsar can read one file, search for a string, replace
it with some other string, and create a new file containing the
changes. Gsar can perform a search and replace in multiple files,
overwriting the originals. Finally, gsar can work as a filter, reading
from standard input and writing to standard output.
08a (AUTHORs)
Tormod Tjaberg and Hans Peter Verne
09 (LINK 1 DESCRIPTION)
Authors home page
10 (LINK 1)
<
http://home.online.no/~tjaberg>
11 (LINK 2 DESCRIPTION)
Description, download and sourcefiles at GnuWin32
12 (LINK 2)
<
http://gnuwin32.sourceforge.net/packages/gsar.htm>
13 (LINK 3 DESCRIPTION)
Download from authors homepage
14 (LINK 3)
<
http://home.online.no/~tjaberg/gsar112.zip>
filename: gsar112.zip Size: 41,4KB version: 1.12
(2004-12-08)
//end description
All the best,
Bjorn Simonsen