> gci
Directory: C:\Users\Mus
Mode LastWriteTime Length Name
---- ------------- ------ ----
d-r--- 2/2/2020 4:59 PM Documents
d-r--- 2/13/2020 1:21 PM Downloads
can we get rid of the extra new lines right after entering gci
Please follow our issue template and share $PSTableVersion.
@musm I think there is two line before and one after. We could remove the first one but maybe there is a reason for it. Which line would you like to remove?
Get-ChildItem
Directory: C:\Users\josua\Documents\SQL Server Management Studio
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2018-06-16 01:09 Settings
Directory: C:\Users\josua\Documents\SQL Server Management Studio
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2018-06-16 01:09 Settings
Name Value
---- -----
PSVersion 7.0.0-rc.2
PSEdition Core
GitCommitId 7.0.0-rc.2
OS Microsoft Windows 10.0.19569
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0鈥
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
@meterien I would at least remove one of the two first new lines, it's really necessary and takes up a lot of terminal space.
Here's another example why this is so annoying:

For some reason powershell thinks it's a good idea to steal 4 newlines and reduce more space on my 13" laptop's screen.
:tada:This issue was addressed in #12163, which has now been successfully released as v7.1.0-preview.4.:tada:
Handy links:
Most helpful comment
@meterien I would at least remove one of the two first new lines, it's really necessary and takes up a lot of terminal space.