Answered Questions

  • UNIX find, grep, sed

    What is FIND, GREP and SED? Could you please give me the difference between all the three? Where we use this commnands?

    Mustafa

    • Jun 14th, 2014

    Find command is used to find a file.
    grep command is used to find a contain or string in a file
    sed command is used for filter purpose, if want to replace a word, want to print particular line of the file etc