using c in linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zebs123
    New Member
    • Apr 2010
    • 1

    using c in linux

    The first program (rdr) reads the input data and pipes it to the next
    program (sqh) unchanged except that a space character has replaced the
    new line character at the end of each line. The sqh program pipes the
    data to the third program (ptr) unchanged except that
    all double asterisks are replaced by the ^ character. The ptr
    program takes the characters and prints them as 10 character lines,
    that is, 10 characters plus the new line character.
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Originally posted by zebs123
    The first program (rdr) reads the input data and pipes it to the next
    program (sqh) unchanged except that a space character has replaced the
    new line character at the end of each line. The sqh program pipes the
    data to the third program (ptr) unchanged except that
    all double asterisks are replaced by the ^ character. The ptr
    program takes the characters and prints them as 10 character lines,
    that is, 10 characters plus the new line character.
    And the what is you question?

    Comment

    Working...