The AROS Archives(anonymous IP: 18.219.22.169,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Text » gsar-1.21.i386-aros.lha

gsar

Description: cli utility to search and replace text in files
Download: gsar-1.21.i386-aros.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 109kb
Version: 1.21
Date: 26 Mar 17
Author: T. Tjaberg and H.P. Verne
Submitter: Paolo Besser
Category: utility/text
License: Other
Distribute: yes
FileID: 1591
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 78  (Current version)
78  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
Short:        General Search And Replace 1.21
Author:       emufan-eab (at) yandex.com
Uploader:     paolo.besser (at) gmail.com
Type:         util/cli
Version:      1.21
Architecture: i386-AROS
Distribution: Aminet
Date:         2017-03-26

Description:

AROS i386 build of gsar, originally found on aminet. Compiled by P. Besser
please read the full readme files and documentation provided in the
archive.

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(1)), 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.

Example:

- replace string FORM with TEST in file image.iff
gsar -o -sFORM -rTEST image.iff

- display search and replace strings only
gsar -B -sFORM -rTEST image.iff

- display ascii search result only
gsar -sFORM -c16 image.iff

- display hex search result only
gsar -sFORM -x16 image.iff





Copyright © 2005 - 2024 The AROS Archives All Rights Reserved