Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

size of directory powershell

ls -r | measure -sum Length
Comment

get folder size powershell

"{0} MB" -f ((Get-ChildItem C:users -Recurse | Measure-Object -Property Length -Sum -ErrorAction Stop).Sum / 1MB)
Comment

PREVIOUS NEXT
Code Example
Shell :: zip not found 
Shell :: pip3 not found 
Shell :: how to uninstall opencv in ubuntu 
Shell :: ubuntu uninstall mosquitto 
Shell :: Error: ENOSPC: System limit for number of file watchers reached 
Shell :: ionic capacitor v3 run android livereload 
Shell :: powershell unzip file 
Shell :: search for a package name in conda 
Shell :: show all running service linux 
Shell :: install homebrew on ubuntu 
Shell :: purge apache 2 
Shell :: install lutris kali linux 
Shell :: install transmission ubuntu 
Shell :: certbot delete certificate 
Shell :: pytorch install using conda 
Shell :: edit last commit message 
Shell :: bash display items in array 
Shell :: code not found zsh 
Shell :: -bash: service: command not found 
Shell :: spacy install en_core_web_lg 
Shell :: locale setting linux 
Shell :: docker install manjaro 
Shell :: get mac address ubuntu 
Shell :: fatal: refusing to merge unrelated histories 
Shell :: install pyqt4 ubuntu 
Shell :: linux get docker compose logs 
Shell :: how to save windows spotlight images 
Shell :: fish disable welcome message 
Shell :: git update recursive submodules 
Shell :: how to move master branch to main branch 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =