Shaare your links...
6241 links
Shared links on http://www.la-pub-dans-les-films.fr/shaarli/
Home
Login
RSS Feed
ATOM Feed
Tag cloud
Picture wall
Daily
Links per page:
20
50
100
page 1 / 1
Note: powershell deplacer les dossiers contenant un type de fichier specifique (ici PDF)
Get-ChildItem -Directory -Recurse | Where-Object {
Get-ChildItem -Path $_.FullName -Filter *.pdf -File -Recurse -ErrorAction SilentlyContinue
} | ForEach-Object {
Move-Item -Path $_.FullName -Destination "C:\TOTO"
}
Sun Aug 31 10:58:49 2025 - permalink
-
-
http://www.la-pub-dans-les-films.fr/shaarli/?35Fo9Q
powershell
windows
Links per page:
20
50
100
page 1 / 1