Help in search linux command grep need urgently

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zeeshan

    Help in search linux command grep need urgently

    Hi Everybody,

    I want to search the filename recursively for "this is the code
    original" using linux command grep or ls or any other

    Result should be as follows:
    FilenamePath and Linenumber in the file


    Please let me know urgently

    Regd
    Zeeshan

  • Colin McKinnon

    #2
    Re: Help in search linux command grep need urgently

    Zeeshan wrote:
    [color=blue]
    > Hi Everybody,
    >
    > I want to search the filename recursively for "this is the code
    > original" using linux command grep or ls or any other
    >
    > Result should be as follows:
    > FilenamePath and Linenumber in the file
    >
    >
    > Please let me know urgently
    >[/color]

    So when is your homework/assignment due in?

    try
    man grep
    and
    man find

    C.

    Comment

    Working...