info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: silly question for modules file


From: Zieg, Mark
Subject: RE: silly question for modules file
Date: Fri, 15 Nov 2002 10:54:28 -0500

> I can't seem to be able to check out using a wild card.
> I want to check out *.cpp from C/src and place it in
>     C/src/myuser/
> The C/src has many other files but I only want *.cpp files.
> Can't seem to be able to do this.

Perhaps inelegant, but this seems to work for me:

$ cvs checkout -p MY_MODULE 2>&1 1>/dev/null \
  | grep '^Checking.*cpp' \
  | awk '{print $3}' \
  | xargs cvs checkout




reply via email to

[Prev in Thread] Current Thread [Next in Thread]