Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

filesize in linux

# for both hidden and non-hidden files in current directory
$ du -sch .[!.]* * | sort -h

# if you are using zsh
du -sch *(D) | sort -h
Comment

PREVIOUS NEXT
Code Example
Shell :: take files from different branch to different branch 
Shell :: powershell symlink python as python3 
Shell :: crosh package manager 
Shell :: cargo generate 
Shell :: gatsby typescript 
Shell :: pip install many packages 
Shell :: find linux distro 
Shell :: how to install perl 
Shell :: ping port linux 
Shell :: delete a remote branch in git 
Shell :: netflix app ubuntu 
Shell :: How to get Tab-Completions with microsoft vcpkg 
Shell :: power shell grep 
Shell :: 2&1 linux pipe stderr, stdin, stdout 
Shell :: du show only total 
Shell :: run specific unit test c# 
Shell :: berew install skype 
Shell :: install pihole skip os check 
Shell :: How to run test with very_good_cli in flutter 
Shell :: delete file bash script with time and date 
Shell :: delete all files in terminal 
Shell :: check head of file 
Shell :: cairo dock/glx dock install on ubuntu 22. 
Shell :: chmod by group 
Shell :: rm a var of $PATH ubuntu 
Shell :: run docker yml arch linux 
Shell :: how to check a path is file or director in shell script 
Shell :: raccoon scanner error command not found 
Shell :: global menu cinnamon 
Shell :: Find specific directory in specific path in linux 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =