Problem
1. What is the significance of these commands?
(i) mv $HOME/include .,
(ii) cp -r bar1 bar2,
(iii) mv * ../bin.
2. Will the command cp foo bar work if
(i) foo is an ordinary file and bar is a directory,
(ii) both foo and bar are directories?
3. Explain the significance of the repeat factor used in more. How do you search for the pattern include in a file and repeat the search? What is the difference between this repeat command and the dot command?