Horje
find large files in ubuntu Code Example
find large files linux
sudo find /your/path -xdev -type f -size +1000M

or use the graphical analyser "filelight"
find large files in ubuntu
sudo du -a /your_dir/ | sort -n -r | head -n 20




Shell

Related
bash slurm view jobs from date Code Example bash slurm view jobs from date Code Example
docker run  dockerfile without building Code Example docker run dockerfile without building Code Example
bash adding to array Code Example bash adding to array Code Example
cuda_home environment variable is not set. please set it to your cuda install root. Code Example cuda_home environment variable is not set. please set it to your cuda install root. Code Example
voice recorder for ubuntu Code Example voice recorder for ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10