Skip to content

Commit 266d199

Browse files
committed
add display file contents
1 parent 31cf342 commit 266d199

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

set-file.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ copy-item .\files\oldFile.txt .\files\ztest.txt
1313
else{
1414
write-host "Hey dumbass, you did not do anything!" -ForegroundColor Cyan
1515
}
16-
16+
17+
$display = get-content .\files\ztest.txt
18+
19+
$display
1720

1821
}

0 commit comments

Comments
 (0)