Menu

Skip to content
  • Home
  • About
  • Articles
  • Projects
  • Contact Me
Matthew Manela
Twitter LinkedIn GitHub

Matthew Manela

Building high quality software and teams

PowerShell

December 11, 2009 by Matthew Manela on PowerShell

Count the number of lines in your project with one line of Powershell

ls * -recurse -include *.aspx, *.ascx, *.cs, *.ps1 | Get-Content | Measure-Object -Line

Just replace the file extensions with the ones you use in your project.

 
Older Posts →
Page 8 of 9
← Newer Posts

Recent Posts

  • Quick Motivation – A Mac App
  • Exploring the power of LLM Embeddings
  • Joint Accountability
  • Solving the hard problem of opinions and feedback
  • A culture of experimentation
  • Technical Debt and your Sock Drawer
  • Engineer Habituation
  • Finding focus when working from home

Featured Posts

  • Psychological Safety
  • Idiomatically.net – A site for exploring idioms across languages and locales
  • Building productive, customer focused teams

Search

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
 
Subscribe!
Matthew Manela © 2023