Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 207 Bytes

powershell.rst

File metadata and controls

18 lines (9 loc) · 207 Bytes

PowerShell

Head and Tail

gc log.txt -head 10
gc log.txt -tail 10

The number of lines

Get-Content .\BindingDB_ChEMBL.tsv | Measure-Object -Line