Skip to content

Instantly share code, notes, and snippets.

@ig-sinicyn
Created July 7, 2016 09:28
Show Gist options
  • Save ig-sinicyn/e5913c576d177b34c3a9524814786a1a to your computer and use it in GitHub Desktop.
Save ig-sinicyn/e5913c576d177b34c3a9524814786a1a to your computer and use it in GitHub Desktop.
PS C:\Users\igors\Documents\visual studio 2015\Projects\ConsoleApplication2\packages> dir
Каталог: C:\Users\igors\Documents\visual studio 2015\Projects\ConsoleApplication2\packages
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 07.07.2016 11:09 BenchmarkDotNet.0.9.8
d----- 07.07.2016 11:09 Microsoft.CodeAnalysis.Analyzers.1.1.0
d----- 07.07.2016 11:09 Microsoft.CodeAnalysis.Common.1.3.2
d----- 07.07.2016 11:09 Microsoft.CodeAnalysis.CSharp.1.3.2
d----- 07.07.2016 11:09 System.AppContext.4.1.0
d----- 07.07.2016 11:09 System.Collections.4.0.11
d----- 07.07.2016 11:09 System.Collections.Concurrent.4.0.12
d----- 07.07.2016 11:09 System.Collections.Immutable.1.2.0
d----- 07.07.2016 11:09 System.Console.4.0.0
d----- 07.07.2016 11:09 System.Diagnostics.Debug.4.0.11
d----- 07.07.2016 11:09 System.Diagnostics.FileVersionInfo.4.0.0
d----- 07.07.2016 11:09 System.Diagnostics.StackTrace.4.0.1
d----- 07.07.2016 11:09 System.Diagnostics.Tools.4.0.1
d----- 07.07.2016 11:09 System.Dynamic.Runtime.4.0.11
d----- 07.07.2016 11:09 System.Globalization.4.0.11
d----- 07.07.2016 11:09 System.IO.FileSystem.4.0.1
d----- 07.07.2016 11:09 System.IO.FileSystem.Primitives.4.0.1
d----- 07.07.2016 11:09 System.Linq.4.1.0
d----- 07.07.2016 11:09 System.Linq.Expressions.4.1.0
d----- 07.07.2016 11:09 System.Reflection.4.1.0
d----- 07.07.2016 11:09 System.Reflection.Metadata.1.3.0
d----- 07.07.2016 11:09 System.Reflection.Primitives.4.0.1
d----- 07.07.2016 11:09 System.Resources.ResourceManager.4.0.1
d----- 07.07.2016 11:09 System.Runtime.4.1.0
d----- 07.07.2016 11:09 System.Runtime.Extensions.4.1.0
d----- 07.07.2016 11:09 System.Runtime.Handles.4.0.1
d----- 07.07.2016 11:09 System.Runtime.InteropServices.4.1.0
d----- 07.07.2016 11:09 System.Runtime.Numerics.4.0.1
d----- 07.07.2016 11:09 System.Security.Cryptography.Algorithms.4.2.0
d----- 07.07.2016 11:09 System.Security.Cryptography.Encoding.4.0.0
d----- 07.07.2016 11:09 System.Security.Cryptography.Primitives.4.0.0
d----- 07.07.2016 11:09 System.Security.Cryptography.X509Certificates.4.1.0
d----- 07.07.2016 11:09 System.Text.Encoding.4.0.11
d----- 07.07.2016 11:09 System.Text.Encoding.CodePages.4.0.1
d----- 07.07.2016 11:09 System.Text.Encoding.Extensions.4.0.11
d----- 07.07.2016 11:09 System.Threading.4.0.11
d----- 07.07.2016 11:09 System.Threading.Tasks.4.0.11
d----- 07.07.2016 11:09 System.Threading.Tasks.Parallel.4.0.1
d----- 07.07.2016 11:09 System.Threading.Thread.4.0.0
d----- 07.07.2016 11:09 System.Xml.ReaderWriter.4.0.11
d----- 07.07.2016 11:09 System.Xml.XDocument.4.0.11
d----- 07.07.2016 11:09 System.Xml.XmlDocument.4.0.1
d----- 07.07.2016 11:09 System.Xml.XPath.4.0.1
d----- 07.07.2016 11:09 System.Xml.XPath.XDocument.4.0.1
PS C:\Users\igors\Documents\visual studio 2015\Projects\ConsoleApplication2\packages> Get-ChildItem . -recurse | Measure-Object -property length -sum
Count : 1858
Average :
Sum : 308280882
Maximum :
Minimum :
Property : length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment