Monday, December 01, 2014

Windows Commands (CMD)


1. > or >>
How to redirect the output of command into  a file, this guy say how
just use > or >> following by the file name.

2. Find
This guy show us how to find information inside a text block comming from a file or a command output, useful to find data.

3. CVS win
- Where deleting files are stored, this guy said that they goes inside the attic folder.
- This guy said us how to find files inside CVS repository, but as Im using it is in the HEAD, I don't know how to specify the branch yet. This example is to find all the files in the repository in my case i put name module instead of point.
 cvs rlog -Nh .
 cvs rlog -Nh module_name

4.