<!--#echo var= Web Hosting, website hosting, web site hosting , web page hosting Apache, PHP, MySQL, PERL, servlets Java, JSP " height=1 src="../images/im_spacer.gif" width=125> <!--#echo var= Web Hosting website hosting, web site hosting, web page hosting Apache, PHP, MySQL, PERL, servlets Java, JSP,Python" height=1 src="../images/im_spacer.gif" width=53> <!--#echo var= Web Hosting website hosting, web site hosting, web page hosting Apache, PHP, MySQL, PERL, servlets Java, JSP,Python" height=1 src="../images/im_spacer.gif" width=407> <!--#echo var= Web Hosting website hosting, web site hosting, web page hosting Apache, PHP, MySQL, PERL, servlets Java, JSP,Python" height=1 src="../images/im_spacer.gif" width=43> <!--#echo var= Web Hosting website hosting, web site hosting, web page hosting, Apache, PHP, MySQL, PERL, servlets Java, JSP,Python" height=1 src="../images/im_spacer.gif" width=150>
/"><!--#echo var= Web Hosting, website hosting, web site hosting, web page hosting, Apache, PHP, MySQL, PERL, servlets Java, JSP, Python" border=0 height=100 width=78 src="../images/jumpingPC.gif" > <!--#echo var= Web Hosting, website hosting, web site hosting, web page hosting, Apache, PHP, MySQL, PERL, servlets Java, Python,JSP" height=29 src="../images/top_arc.gif" width=53>
<!--#echo var= Web Hosting Sign-Up" height=25 src="../images/topsignup_off.gif" width=150> Web Hosting Sign-Up" height=25 src="../images/topsignup_off.gif" width=150> NOTE from dennis ...... Also remove the signup from ../cgi-bin/whois.pl --> /fundraising/index.shtml" onmouseover="turnOn('topfund')" onmouseout="turnOff('topfund')"> <!--#echo var= Fund Raising, Fundraising, web hosting, website hosting, web site hosting" height=25 src="../images/topfund_off.gif" width=150> /reseller/index.shtml" onmouseover="turnOn('topreseller')" onmouseout="turnOff('topreseller')"> <!--#echo var= Resellers web hosting, website hosting, web site hosting" height=25 src="../images/topreseller_off.gif" width=150> /techsupport.shtml#EZ Control" onmouseover="turnOn('topcp')" onmouseout="turnOff('topcp')"><!--#echo var= EZ Site Control Panel for web hosting,website hosting, web site hosting" height=25 src="../images/topcontrolpanel_off.gif" width=150>
<!--#echo var= Web Hosting, website hosting, web site hosting , web page hosting Apache, PHP, MySQL, PERL, servlets Java, Python,JSP, Fundraising" height=75 src="../images/top_hdhp_1_18_07.gif" width=593>
<!--#echo var= Fund Raising, Fundraising, web hosting, website hosting, web site hosting" height=1 src="../images/im_spacer.gif" width=126>
/whois.shtml" method=GET> WWW.

Call Us Toll-Free
(877) 256-0328

/index.shtml" onmouseover="turnOn('welcome')" onmouseout="turnOff('welcome')"> <!--#echo var= Welcome"> /plans_overview.shtml" onmouseover="turnOn('overview')" onmouseout="turnOff('overview')"> <!--#echo var= Web Hosting Plans Overview , Fund Raising, Fundraising, web hosting, website hosting, web site hosting"> /fundraising/index.shtml" onmouseover="turnOn('fundraising')" onmouseout="turnOff('fundraising')"> <!--#echo var= Fund Raising, Fundraising, web hosting"> /reseller/index.shtml" onmouseover="turnOn('reseller')" onmouseout="turnOff('reseller')"> <!--#echo var= Resellers, web Hosting"> /webdesign.shtml" onmouseover="turnOn('webdevel')" onmouseout="turnOff('webdevel')"> <!--#echo var= Web Design, web Hosting"> /extraservices.shtml" onmouseover="turnOn('extra')" onmouseout="turnOff('extra')"> <!--#echo var= Extra Services, web Hosting"> /sitestudio/index.shtml" onmouseover="turnOn('sitestudio')" onmouseout="turnOff('sitestudio')"> <!--#echo var= Traffic Booster, web hosting"> /trafficbooster.shtml" onmouseover="turnOn('trafficbooster')" onmouseout="turnOff('trafficbooster')"> <!--#echo var= Traffic Booster, web hosting"> /techsupport.shtml" onmouseover="turnOn('support')" onmouseout="turnOff('support')"> <!--#echo var= Technical Support, web Hosting"> /tips/index.shtml" onmouseover="turnOn('webmastertips')" onmouseout="turnOff('webmastertips')"> <!--#echo var= webmaster tips, web Hosting"> /moneybackpolicy.shtml" onmouseover="turnOn('a30day')" onmouseout="turnOff('a30day')"> <!--#echo var= 30 Day Money Back, web hosting"> /legal.shtml" onmouseover="turnOn('legal')" onmouseout="turnOff('legal')"> <!--#echo var= Legal Notices for Web Hosting"> /glossary.shtml" onmouseover="turnOn('glossary')" onmouseout="turnOff('glossary')"> <!--#echo var= Glossary Computer Terms for web Hosting"> /contact.shtml" onmouseover="turnOn('contact')" onmouseout="turnOff('contact')"> <!--#echo var= Contact Information - web hosting">

/sitemap.shtml">Site Map
<!--#echo var= Web Hosting, website hosting, web site hosting , web page hosting Apache, PHP, MySQL, PERL, servlets Java, Python, JSP" src="../images/im_spacer.gif" width=5> <!--#echo var= " height=1 src="../images/im_spacer.gif" width=1> <!--#echo var= " height=1 src="../images/im_spacer.gif" width=1> <!--#echo var= " height=1 src="../images/im_spacer.gif" width=5> <!--#echo var= " height=1 src="../images/im_spacer.gif" width=5> <!--#echo var= " height=1 src="../images/im_spacer.gif" width=700>

LINUX Web Hosting Commands and tools sed



SYNOPSIS

       sed [-n] [-V] [--quiet] [--silent] [--version] [--help]
           [-e script] [--expression=script]
           [-f script-file] [--file=script-file]
           [script-if-no-other-script]
           [file...]


DESCRIPTION

       Sed  is  a stream editor.  A stream editor is used to per-
       form basic text transformations on an input stream (a file
       or  input from a pipeline).  While in some ways similar to
       an editor which permits scripted edits (such as  ed),  sed
       works  by  making  only one pass over the input(s), and is
       consequently more efficient.  But it is sed's  ability  to
       filter text in a pipeline which particularly distinguishes
       it from other types of editors.



OPTIONS

       Sed  may  be  invoked  with  the  following   command-line
       options:

       -V

       --version
              Print  out the version of sed that is being run and
              a copyright notice, then exit.

       -h

       --help Print a usage  message  briefly  summarizing  these
              command-line options and the bug-reporting address,
              then exit.

       -n

       --quiet

       --silent
              By default, sed will print out the pattern space at
              the  end  of  each cycle through the script.  These
              options disable this automatic  printing,  and  sed
              will  only  produce  output when explicitly told to
              via the p command.

       -e script

       --expression=script
              Add the commands in script to the set  of  commands
              to be run while processing the input.

       -f script-file
       cessed if no file names are specified.



Command Synopsis

       This is just a brief synopsis of sed commands to serve  as
       a reminder to those who already know sed; other documenta-
       tion (such as the texinfo document) must be consulted  for
       fuller descriptions.

   Zero-address ``commands''
       : label
              Label for b and t commands.

       #comment
              The  comment extends until the next newline (or the
              end of a -e script fragment).

       }      The closing bracket of a { } block.

   Zero- or One- address commands
       =      Print the current line number.

       a \

       text   Append text, which has each embedded  newline  pre-
              ceeded by a backslash.

       i \

       text   Insert  text,  which has each embedded newline pre-
              ceeded by a backslash.

       q      Immediately quit the sed script without  processing
              any  more  input,  except that if auto-print is not
              diabled the current pattern space will be  printed.

       r filename
              Append text read from filename.

   Commands which accept address ranges
       {      Begin a block of commands (end with a }).

       b label
              Branch to label; if label is omitted, branch to end
              of script.

       t label
              If a s/// has done a successful substitution  since
              the  last  input line was read and since the last t
              command, then branch to label; if label is omitted,
              branch to end of script.

       g G    Copy/append hold space to pattern space.

       x      Exchange  the  contents  of  the  hold  and pattern
              spaces.

       l      List out the current line in a ``visually unambigu-
              ous'' form.

       n N    Read/append the next line of input into the pattern
              space.

       p      Print the current pattern space.

       P      Print up to the first embedded newline of the  cur-
              rent pattern space.

       s/regexp/replacement/
              Attempt  to match regexp against the pattern space.
              If successful, replace that  portion  matched  with
              replacement.   The replacement may contain the spe-
              cial character & to refer to that  portion  of  the
              pattern   space  which  matched,  and  the  special
              escapes \1 through \9 to refer to the corresponding
              matching sub-expressions in the regexp.

       w      filename  Write  the current pattern space to file-
              name.

       y/source/dest/
              Transliterate the characters in the  pattern  space
              which appear in source to the corresponding charac-
              ter in dest.


Addresses

       Sed commands can be given with no addresses, in which case
       the command will be executed for all input lines; with one
       address, in which case the command will only  be  executed
       for  input  lines  which  match  that address; or with two
       addresses, in which case the command will be executed  for
       all  input  lines which match the inclusive range of lines
       starting from the first address and continuing to the sec-
       ond  address.   Three things to note about address ranges:
       the syntax is addr1,addr2 (i.e., the addresses  are  sepa-
       rated  by  a  comma);  the  line  which addr1 matched will
       always be accepted, even if addr2 selects an earlier line;
       and  if  addr2  is a regexp, it will not be tested against
       the line that addr1 matched.

       After the address (or address-range), and before the  com-
       mand,  a !  may be inserted, which specifies that the com-
       mand shall only be executed if the  address  (or  address-
       range) does not match.
       /regexp/
              Match lines matching the regular expression regexp.

       \cregexpc
              Match lines matching the regular expression regexp.
              The c may be any character.


Regular expressions

       POSIX.2  BREs  should  be  supported, but they aren't com-
       pletely yet.  The \n  sequence  in  a  regular  expression
       matches  the  newline  character.  There are also some GNU
       extensions.  [XXX FIXME: more needs to be  said.   At  the
       very   least,   a  reference  to  another  document  which
       describes what is supported should be given.]


Miscellaneous notes

       This version of sed supports a \<newline> sequence in  all
       regular  expressions, the replacement part of a substitute
       (s) command, and  in  the  source  and  dest  parts  of  a
       transliterate  (y)  command.   The  \ is stripped, and the
       newline is kept.


SEE ALSO

       awk(1), ed(1), expr(1), emacs(1), perl(1),  tr(1),  vi(1),
       regex(5) [well, one ought to be written... XXX], sed.info,
       any of various books on sed, the sed FAQ
       (http://www.dbnet.ece.ntua.gr/~george/sed/sedfaq.html,
       http://www.ptug.org/sed/sedfaq.htm).


BUGS

       E-mail bug reports to bug-gnu-utils@gnu.org.  Be sure to
       include the word ``sed'' somewhere in the ``Subject:''
       field.



GNU Project                 1998-05-07                     SED(1)

 
 
 

/RSSfeed.xml">Add to My Yahoo!

/RSSfeed.xml">XML icon

/RSSfeed.xml">Add to Google

 

 

 

 

 

 

 

 

 

 

 

JSP Servlets Tomcat mysql Java JSP Servlets Tomcat mysql Java JSP Servlets Tomcat mysql Java JSP Servlets Tomcat mysql Java JSP at JSP.aldenWEBhosting.com Servlets at servlets.aldenWEBhosting.com Tomcat at Tomcat.aldenWEBhosting.com mysql at mysql.aldenWEBhosting.com Java at Java.aldenWEBhosting.com Web Hosts Portal Web Links Web Links Web Hosting JSP Solutions Web Links JSP Solutions Web Hosting Servlets Solutions Web Links Servlets Solutions Web Hosting Web Links Web Links . . .
.
.
.
.
. .
. . . . . . . . . . . jsp hosting servlets hosting web hosting web sites designed cheap web hosting web site hosting myspace web hosting