Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get folder size in lnux

# you can use du command
# to install simply run `apt install ncdu` or `yum install ncdu`
# usage : du -h --max-depth=[folder depth] <folder name>
# exmple : 
$ du -h --max-depth=0 .vscode
1.8G	.vscode
Comment

PREVIOUS NEXT
Code Example
Shell :: cmd check if environment variable exists 
Shell :: linux file explorer like mac 
Shell :: sudo remove user 
Shell :: how to install and use aws cli and setup the user from the .csv file 
Shell :: unix find files with specific year 
Shell :: spotify applescript 
Shell :: ssh open gui app on host 
Shell :: git commit allow empty to trigger ci 
Shell :: bash script bell ping 
Shell :: ring get the input from the user using the give command 
Shell :: how to make folder readable and writable in ssh 
Shell :: fix dns browser linux 
Shell :: linux commans find only file name 
Shell :: vim replace word with copied 
Shell :: linux change all folders to 755 and files to 644 
Shell :: hxselect examples 
Shell :: how to usepyinstaller 
Shell :: How to update extension on knime server 
Shell :: bash nano search 
Shell :: shell script multithreaing 
Shell :: jetson tx2 operating volatage 
Shell :: how to use nohup 
Shell :: chmod read write just for me 
Shell :: Enable MySQL as a service FreeBSD 
Shell :: download sklearn arch 
Shell :: sudo apt upgrade nao actualiza 
Shell :: raspi ssh passwort vergessen 
Shell :: wrapping token in vault 
Shell :: change data type powershell 
Shell :: install hnswlib 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =