I got a large log file (user.log) , eg:
2019-10-02 00:03:55.407095
2019-10-02 00:03:55.410345
2019-10-02 00:03:55.410765
2019-10-02 00:03:55.411187
2019-10-02 00:03:55.411791
2019-10-02 00:03:55.412657
How do I just extract the line number #3 from the log file as;
2019-10-02 00:03:55.410765
By using powershell script?