This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Id CommandLine | |
| -- ----------- | |
| 1 Set-Location -Path C:\... | |
| 2 New-Item -Path EvenFolder -ItemType Directory... | |
| 3 Move-Item -Path .\FolderTest1\File1 -Destination .\OddFolder... | |
| 4 Get-History | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2 wget https://gist.githubusercontent.com/bhubr/bc3a21a0202109beeb31c4a677e0461b/raw/d8805eb82e8aabffab3b0163596c734f376617d0/wilders.csv | |
| 3 ls | |
| 4 mkdir -p quests/shell | |
| 5 mv wilders.csv quests/shell | |
| 6 mv quests/shell/ | |
| 7 ls quests/shell/ | |
| 8 cat quests/shell/wilders.csv | |
| 9 cd quests/shell/ | |
| 10 cat wilders.csv | grep ",France,2019,PHP" | |
| 11 cat wilders.csv | grep ",France,2019,PHP" > php_france_2019.csv |