Answers for "git list files with size"

0

git list files with size

git ls-tree -r -t -l --full-name HEAD | sort -n -k 4 | tail -n 10
Posted by: Guest on March-23-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language