grep -i "computer" seddemo.txtsed -n '/[cC]omputer/p' seddemo.txtThis two command display the same thing, then what is the difference between them?
What is the difference between regular expression and other commands ?
sed -n ' /[cC]omputers/w student.txt' seddemo.txtsed -n '/[cC]omputers/p' seddemo.txt > student.txtoutput of both this command is same, then what's the difference ?
610 visits
Outline:The sed command ( ਸੇਡ ਕਮਾਂਡ ) sed ( ਸੇਡ ) ਸੇਡ ਪ੍ਰਯੋਗ ਕਰਕੇ ਪ੍ਰਿੰਟ ਕਰਨਾ । Line Addressing ( ਲਾਇਨ ਅਡਰੇਸਿੰਗ ) Context Addressing ( ਕੰਟੈਕਸਟ ਅਡਰੈਸਿੰਗ )
The sed command ( ਸੇਡ ਕਮਾਂਡ ) sed ( ਸੇਡ ) ਸੇਡ ਪ੍ਰਯੋਗ ਕਰਕੇ ਪ੍ਰਿੰਟ ਕਰਨਾ । Line Addressing ( ਲਾਇਨ ਅਡਰੇਸਿੰਗ ) Context Addressing ( ਕੰਟੈਕਸਟ ਅਡਰੈਸਿੰਗ )
Show video info
Pre-requisite