DFT Training - 0 Linux Commands
DFT Training - 0 Linux Commands
Grep commands
Sed commands
Overriding commands
Zipping commands
GREP COMMAND
To count no of user-defined words in the code, we use
grep “^anil” Yogish.txt(filename).
grep -c “anil” Yogish.txt--- for count.
grep -i “anil” Yogish.txt--- for including capital letters.
grep -c “^anil” Yogish.txt |wc -l --- for count(numbers).
grep help ---for more commands
Sequence creation