Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux find files larger than 1gb

find / -type f -size +1G
Comment

find files size greater than 100mb in linux

b: 512-byte blocks (default)
    c: bytes
    w: two-byte words
    k: Kilobytes
    M: Megabytes
    G: Gigabytes
find /tmp -type f -size +1G
Comment

PREVIOUS NEXT
Code Example
Shell :: remote origin remove 
Shell :: update arch repo using reflector 
Shell :: docker why my container start on reboot 
Shell :: linux strip foldder name from path 
Shell :: converting mp3 with FFMPEG 
Shell :: how to install windows command line installer scoop 
Shell :: interesting bash scripts 
Shell :: bash loop foreach find 
Shell :: failed to start openbsd secure shell server 
Shell :: git merge example 
Shell :: git bring your changes to a new branch 
Shell :: Could not resolve HEAD to a revision 
Shell :: conda create tensorflow-gpu environment 
Shell :: install fleetssl 
Shell :: run sh with parameter 
Shell :: stop tracking git pattern 
Shell :: install yup in vue 
Shell :: install neovim mac 
Shell :: conda install pymodbus 
Shell :: how to install react redux 
Shell :: install.packages( tidyverse ) not working 
Shell :: install docker desktop on server 2019 
Shell :: how to install linux 
Shell :: grep not match 
Shell :: git blame 
Shell :: set email and name which gets baked into the every git commit in the local config file found in ./.git/config 
Shell :: setting docker as a non root user 
Shell :: mkdir powershell 
Shell :: Install Software GUI GNOME for Kali Linux 2022.1 
Shell :: install portainer on raspberry pi 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =