Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell count lines of code

PS C:Path> (gci -include *.cs,*.xaml -recurse | select-string .).Count
8396
PS C:Path>
Comment

PREVIOUS NEXT
Code Example
Shell :: git merge develop to feature 
Shell :: configuring git ssh keys 
Shell :: linux change azert 
Shell :: prettier code formatter is removing ; 
Shell :: access wsl filesystem from windows 
Shell :: switch installed linx to wsl2 
Shell :: do not install puppeteer 
Shell :: installing docker curl wget 
Shell :: stop nginx server 
Shell :: export docker container 
Shell :: how to install homebrew 
Shell :: check android studio path linux 
Shell :: grafana docker 
Shell :: helm install 
Shell :: Installing the virtualenv module 
Shell :: ssh save password 
Shell :: install windows app powershell 
Shell :: how to install sshpass on mac 
Shell :: How do I sync local and remote branches? 
Shell :: linux change user in terminal 
Shell :: run mongodb on desktop 
Shell :: how to add directory path to path variable ubuntu 
Shell :: docker daemon.json permission denied 
Shell :: uninstall nvidia driver ubuntu 
Shell :: powershell get all directories in path 
Shell :: ubuntu make executable 
Shell :: find node install location windows 
Shell :: uninstall dependency npm 
Shell :: ssh-copy-id example 
Shell :: warning: LF will be replaced by CRLF 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =