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 ?
673 visits
Outline:sed কমান্ড sed sed ব্যবহার করে প্রিন্ট করা লাইন অ্যাড্রেসিং কনটেক্সট অ্যাড্রেসিং
sed কমান্ড sed sed ব্যবহার করে প্রিন্ট করা লাইন অ্যাড্রেসিং কনটেক্সট অ্যাড্রেসিং
Show video info
Pre-requisite