Unix/Linux programming Question: Download Unix/Linux programming PDF

Construct pipes to execute the following jobs?

Tweet Share WhatsApp

Answer:

Who | echo "total users `who|wc -l`"ls | grep -c "poem" | tee filename.txtcat file1 file2 >> filetoappendto.txt??rm -rf dir1 | tee errorlog

Download Unix/Linux programming PDF Read All 15 Unix/Linux programming Questions
Previous QuestionNext Question
Explain difference between IPC mechanisms?What is the major advantage of a hash table?