Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check folder size in linux terminal

du -sh /home/user/
Comment

terminal get folder size windows

# On PowerShell:
cd "your folder path"
ls -r | measure -sum Length
Comment

PREVIOUS NEXT
Code Example
Shell :: filter npm audit only high 
Shell :: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? 
Shell :: how to get the number of lines in a file 
Shell :: wsl --install 
Shell :: command to install PHP on Ubuntu 
Shell :: ssh-add git 
Shell :: unable to locate package ubuntu 
Shell :: remove all files with no extention rm 
Shell :: /usr/bin/env: ‘bash ’: No such file or directory 
Shell :: how to get file manager in vestacp 
Shell :: git create new repo 
Shell :: git stash docs 
Shell :: windows docker volume location 
Shell :: error: unknown command "neat" for "kubectl" 
Shell :: change local branch name 
Shell :: linux append content of file to another linux 
Shell :: how to undo a commit sent that was pushed 
Shell :: Run Google Colab With Local Files 
Shell :: fix read only file system 
Shell :: night light for ubuntu 
Shell :: git push ci skip 
Shell :: create folder zip with cmd in windows 10 
Shell :: how to install wireshark 
Shell :: Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80 
Shell :: ffprobe number of frames 
Shell :: how to check what default browser in linux 
Shell :: Failed to install the following Android SDK packages as some licences have not been accepted. 
Shell :: how to open files from linux terminal 
Shell :: installing docker curl wget 
Shell :: how to install homebrew on macos 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =