Moin,
ich möchte eine Datei namens ".htaccess" in alle Ordner namens "0200" kopieren. find . -name "0200" -type d -exec cp ???
Gruß Rene
Hallo,
On Wed, Apr 07, 2021 at 09:31:09PM +0200, Rene Thiel wrote:
Moin,
ich möchte eine Datei namens ".htaccess" in alle Ordner namens "0200" kopieren. find . -name "0200" -type d -exec cp ???
find . -name "0200" -type d -exec cp /wherever/it/is/.htaccess '{}' ;
Grüsse Andreas
- The three chief virtues of a programmer are: Laziness, Impatience and Hubris. -- Larry Wall
lug-dd@mailman.schlittermann.de