Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

hidden files filsize 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

hidden files filsize 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 :: pushing things to git 
Shell :: execute shell command when container is being stopped 
Shell :: compilation failed for package in r ubuntu 
Shell :: powershell get wifi password 
Shell :: pip3 or pip? 
Shell :: show specific lines in file linux 
Shell :: git --init 
Shell :: git revert file 
Shell :: create git 
Shell :: pwd windows 
Shell :: install node on linux 
Shell :: GUI for mac home dir 
Shell :: terminal command remove recursive 
Shell :: azure devops checkout pr 
Shell :: bc command in linux 
Shell :: convert powershell function to c# 
Shell :: Wait for Android emulator to be running before next shell command 
Shell :: how to install figma from a .deb file 
Shell :: linux cli create slideshow 
Shell :: cheat.sh github 
Shell :: running simple project with "Fresh" framwork 
Shell :: conda install arrow 
Shell :: run the last command in unix 
Shell :: how to Login Database Server as the root user 
Shell :: Recipe to merge git 
Shell :: linux enable numlock on boot up 
Shell :: docker key for linux 
Shell :: powershell join-object 
Shell :: yarn gem 
Shell :: Install the package to configure and build kernel 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =