Skip to content

Instantly share code, notes, and snippets.

View anis13013's full-sized avatar

anis13013

  • Joined Oct 21, 2025
View GitHub Profile
@anis13013
anis13013 / historique.txt
Created November 2, 2025 13:24
L'arborescence et les fichiers
1 Set-Location -Path C:\...
2 New-Item -ItemType Directory -Path C:\ -Name FolderTest1... 3 New-Item -ItemType Directory -Path C:\FolderTest2... 4 New-Item -ItemType File -Path C:\FolderTest1 -Name File1... 5 New-Item -ItemType File -Path C:\FolderTest1 -Name File2...
@anis13013
anis13013 / gist:ddbc2fffbfe4c6b2bd6ad41a3e59682e
Created October 30, 2025 09:43
PowerShell2 Arborescence
Id CommandLine
-- -----------
1 Set-Location -Path C:\...
2 New-Item -ItemType Directory -Path C:\ -Name FolderTest1...
3 New-Item -ItemType Directory -Path C:\FolderTest2...
@anis13013
anis13013 / history.txt
Created October 24, 2025 13:26
Terminal 3 : history, javascript_biarritz_toulouse.csv, php_france_2019.csv
365 cat wilders.csv
366 grep "PHP" wilders.csv | grep "France" | grep "2019" | wc -l
367 grep "PHP" wilders.csv | grep "France" | grep "2019" | wc -l > php_france_20php_france_2019.csv
368 cat php_france_2019.csv
369 cat php_france_20php_france_2019.csv
370 mv php_france_20php_france_2019.csv php_france_2019.csv/
371 mv php_france_2019.csv phpfrance_20php_france_2019.csv/
372 man mv
373* mv php
374 mv php_france_20php_france_2019.csv php_france_2019.csv