Getting ready

In order to work with this recipe, let us create a few empty directories within $HOME/random. Use the input file that is part of the git repository of this book to get the directories created.

PS> Get-Content ./chapter-08/08-input-file.txt | ForEach-Object { New-Item $($PSItem -replace '.', "$HOME/random") -ItemType Directory }
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.14.63