User Tools

Site Tools


windows:windows_cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:windows_cheatsheet [2023/09/13 14:30] dodgerwindows:windows_cheatsheet [2023/10/25 15:15] (current) dodger
Line 29: Line 29:
 </code> </code>
  
 +===== tail =====
 +==== tail -f file ====
 +<code powershell>
 +Get-Content filename.log -Wait
 +</code>
 +
 +
 +===== zero/empty a file =====
 +<code powershell>
 +Clear-Content C:\Temp\TestFile.txt
 +</code>
  
  
  
windows/windows_cheatsheet.txt · Last modified: 2023/10/25 15:15 by dodger