Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

calculate folder storage in command line

$totalsize=[long]0;gci -File -r -fo -ea Silent|%{$totalsize+=$_.Length};$totalsize
Comment

PREVIOUS NEXT
Code Example
Shell :: open Edge with terminal 
Shell :: linux architecture kernel 
Shell :: find newest modified file recursively 
Shell :: send file between two hosts linux 
Shell :: read (subshell_pty...): No such file or directory (2) 
Shell :: Running shell scripts 
Shell :: linux add myself to dialout group 
Shell :: There are not enough slots available in the system to satisfy the 5 slots that were requested by the application 
Shell :: linux boot sequence step by step 
Shell :: ibus ubuntu 22.04 
Shell :: cht sht .vim (config opts) 
Shell :: Convert line-endings for whole directory tree 
Shell :: logitech m525 linux driver ubuntu 
Shell :: Change cursor style in cmd ,Powershell ,terminal ,git bash 
Shell :: i2c-tools, i2c 
Shell :: hamachi fedora 
Shell :: static noise ubuntu after update 
Shell :: docker swarm redistribute services on nodes 
Shell :: debian auto login 
Shell :: how to find the sha512 windows 10 
Shell :: yaml reuse block 
Shell :: volatility 3 imageinfo 
Shell :: Create temporary Environment Variable 
Shell :: window build tools linux 
Shell :: docker mac nc command 
Shell :: rust install cargo 
Shell :: hbase put command terminal 
Shell :: set environmental variables for one command powershell 
Shell :: command on every line curl 
Shell :: how to clone all repos at once from github 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =