Hogy kell használni a következő bash parancsot?
-size n[cwbkMG] File uses n units of space. The following suffixes can be used:
'b' for 512-byte blocks (this is the default if no suffix is used)
'c' for bytes
'w' for two-byte words
'k' for Kilobytes (units of 1024 bytes)
'M' for Megabytes (units of 1048576 bytes)
'G' for Gigabytes (units of 1073741824 bytes)
The size does not count indirect blocks, but it does count blocks in sparse files that are not actually allocated. Bear in mind that the '%k' and '%b' format specifiers of -printf handle sparse files differently. The 'b' suffix always denotes 512-byte blocks and never 1 Kilobyte blocks, which is different to the behaviour of -ls.
EGYSZERŰŰŰŰŰŰŰŰŰŰŰŰŰEN NEM ÉRTEM MEG HOGY KELL
-find /etc -size -k '10' persze így nem jó
VAGY MIT írjak ha a 10 kb-nál nagyobb fájlokat akarom HOGY VAN A SZINTAXIS ?
Nekem hirtelen ez jutott eszembe:
ls -alh | grep '10K'
Ez megfelel?
Bocsánat!
Most látom hogy azok kellenek amik nagyobb mint 10kb.
find . -size +10k
vagy
find . -size +10k -exec ls -lh {} \+
Kapcsolódó kérdések:
Minden jog fenntartva © 2024, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!