Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git percentage of authorship

git ls-tree -r HEAD|sed -re 's/^.{53}//'|while read filename; do file "$filename"; done|grep -E ': .*text'|sed -r -e 's/: .*//'|while read filename; do git blame -w "$filename"; done|sed -r -e 's/.*((.*)[0-9]{4}-[0-9]{2}-[0-9]{2} .*/1/' -e 's/ +$//'|sort|uniq -c
Comment

PREVIOUS NEXT
Code Example
Shell :: install ktorrent pacman 
Shell :: permission to var/cache 
Shell :: cordova could not install from "android" as it does not contain a package.json file. 
Shell :: Remplace Placeholder with shell command 
Shell :: mountebank docker quick start 
Shell :: batch disable windows system recovery 
Shell :: temeprature ubuntu command line 
Shell :: mac Os dark icons for ubuntu 20.04 
Shell :: How to make digit 9 a constant in Inputmask 
Shell :: Install Deno - PowerShell (Windows) 
Shell :: terminal make directory and enter in the same time 
Shell :: E: Package ubuntu 
Shell :: npm i gatscby 
Shell :: Misp Setup 
Shell :: apt remove package completely with configuration 
Shell :: broken symlinks were found is this a problem 
Shell :: nodejs new version error overwrite old 
Shell :: ng serve all interfaces 
Shell :: Enum install 
Shell :: How to open a code editor in github 
Shell :: problem with dependency and installation mariadb-server in ubuntu server 18.04LTS 
Shell :: github actions cache apt packages 
Shell :: c pipe 2 arguments 
Shell :: awk print first characters of a field 
Shell :: how to make a rule install for makefile 
Shell :: how to start hiveserver2 manually 
Shell :: linux terminal clear shortcut 
Shell :: Bash script using input to iterate through array 
Shell :: scan all venriabilty usign NMAP 
Shell :: opera mini for ubuntu 18.04 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =