On Sun, Jan 25, 2009 at 01:19:28PM +0100, Patrick Oeschger wrote:
> Makefile was modified in the source tree.
> After a CVS update the modified file is renamed to .#Makefile.1.31.
> I tried the cmd 'find' to find all files starting with '.#' in the
> source tree.
> Tried escape characters for '.' a
2009/1/25 Patrick Oeschger :
> I tried the cmd 'find' to find all files starting with '.#' in the
> source tree.
> Tried escape characters for '.' and '#' but did not succeed...
find . -name .\\#*
Makefile was modified in the source tree.
After a CVS update the modified file is renamed to .#Makefile.1.31.
I tried the cmd 'find' to find all files starting with '.#' in the
source tree.
Tried escape characters for '.' and '#' but did not succeed...
Any advise/hints?
BR
/pat
3 matches
Mail list logo