Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get files traked by git based on size

git ls-tree -r -t -l --full-name HEAD | sort -n -k 4 | tail -n 10
Comment

PREVIOUS NEXT
Code Example
Shell :: linux search string in source recursively 
Shell :: k8s rollout 
Shell :: pgpassword 
Shell :: deactivate login ubuntu server 
Shell :: dokcer not working 
Shell :: chromeos linux reboot 
Shell :: zsh-autosuggestions 
Shell :: /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory 
Shell :: bash file properties 
Shell :: bash c like for loop 
Shell :: install opencl headers ubuntu 
Shell :: install wsl using this powershell script 
Shell :: running kubernetes dasboard 
Shell :: fetch all from remote 
Shell :: ubuntu extract zip 
Shell :: list all files with extension lknux 
Shell :: configure: error: "curses not found" 
Shell :: docker-compose: error while loading shared libraries: libz.so.1 
Shell :: linux find command 
Shell :: turn off wiregurad ubuntu 
Shell :: github action on every commit 
Shell :: install tesseract-ocr jpn 
Shell :: install kube-vip 
Shell :: gen rsa 1024 
Shell :: sudo yum uninstall 
Shell :: exa ls command 
Shell :: UnicodeDecodeError 
Shell :: pip install caffe 
Shell :: magento install with composer 
Shell :: linux command find program 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =