Differences between version 7 and previous revision of RegularExpression.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Friday, May 16, 2003 11:13:03 am | by FelipeAlmeida | Revert |
Older page: | version 6 | Last edited on Friday, May 16, 2003 11:11:11 am | by FelipeAlmeida | Revert |
@@ -24,9 +24,9 @@
using perl(1) insted of sed(1) for inplace substitution:
perl -pi -e 's/foo/bar/g' filename
will search for "foo" and replace it with "bar" in filename and output the result in filename itself
-see
: man 1
perlrun
+See also
: perlrun(1)
-----
awk(1) is a tool for doing processing on record orientated files. It allows you to specify different actions to perform based on regex's.
-----
See also: File [Glob]s