On Sunday 27 August 2006 19:03, Alan wrote: > Right Christopher here are the two that you wanted.... by the 3way I > think cp stands for copy Indeed it does!
> but what does the grep command mean please(sometime). Global Regular Expression Print. The command:- man grep or putting #grep into the Location bar of Konqueror will give you a fully detailed, but probably rather cryptic, manual page. Essentially grep picks lines out of a text file according to a specified pattern of characters. the -v option inverts the selection criteria. -- CS
