Skip to content

robinlovelace-ate/learningPowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Basic PowerShell

I'm new to PowerShell so decided to create a repo to see how it works.

See test-script.ps1 for a demo of functionality which, at the time of writing, contains the following:

# This is a test script

mkdir "github" # Create a new folder
touch.exe github/test.txt
ls .\github

Move-Item .\github\test.txt .

About

Notes on PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published