Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Stream EDitor (SED)

    1. Home>
    2. Stream EDitor (SED)

    Stream Editor – Useful Recipes

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    SED is an amazing utility that allows multiple ways to solve a problem. This is the UNIX way and SED perfectly proves that. GNU/Linux provides many useful utilities to perform…

    Continue ReadingStream Editor – Useful Recipes

    Stream Editor – Regular Expressions

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    It is the regular expressions that make SED powerful and efficient. A number of complex tasks can be solved with regular expressions. Any command-line expert knows the power of regular…

    Continue ReadingStream Editor – Regular Expressions

    Stream Editor – Managing Patterns

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    We have already discussed the use of pattern and hold buffer. In this chapter, we are going to explore more about their usage. Let us discuss the n command which prints the…

    Continue ReadingStream Editor – Managing Patterns

    Stream Editor – Strings

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    Substitute Command Text substitution operations like "find and replace" are common in any text editor. In this section, we illustrate how SED performs text substitution. Given below is the syntax…

    Continue ReadingStream Editor – Strings

    Stream Editor – Special Characters

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    SED provides two special characters which are treated as commands. This chapter illustrates the usage of these two special characters. = Command The "=" command deals with line numbers. Given…

    Continue ReadingStream Editor – Special Characters

    Stream Editor – Basic Commands

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    This chapter describes several useful SED commands. Delete Command SED provides various commands to manipulate text. Let us first explore about the delete command. Here is how you execute a delete command:…

    Continue ReadingStream Editor – Basic Commands

    Stream Editor – Pattern Range

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    In the previous chapter, we learnt how SED handles an address range. This chapter covers how SED takes care of a pattern range. A pattern range can be a simple…

    Continue ReadingStream Editor – Pattern Range

    Stream Editor – Pattern Buffer

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    One of the basic operations we perform on any file is display its contents. For this purpose, we can use the print command which prints the contents of the pattern buffer. So…

    Continue ReadingStream Editor – Pattern Buffer

    Stream Editor – Branches

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    Branches can be created using the t command. The t command jumps to the label only if the previous substitute command was successful. Let us take the same example as in the…

    Continue ReadingStream Editor – Branches

    Stream Editor – Loops

    • Post author:S J
    • Post published:August 21, 2021
    • Post category:Stream EDitor (SED)
    • Post comments:0 Comments

    Like other programming languages, SED too provides a looping and branching facility to control the flow of execution. In this chapter, we are going to explore more about how to…

    Continue ReadingStream Editor – Loops
    • 1
    • 2
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP