copying files

H. David Bonnett bonnett at seismo.CSS.GOV
Thu Dec 6 01:52:41 AEST 1990


Try cp .??* <dest>

This will mask off the root and current directory but match any filename
of three letters or more.
To get any directories with a leading . use cp -r .??* <dest>

-dave bonnett; Center for Seismic Studies.
      bonnett at seismo.css.gov  -



More information about the Comp.unix.shell mailing list