19 lines
325 B
Plaintext
19 lines
325 B
Plaintext
II)
|
|
1)
|
|
find -type f -name "[[digit:]]*" -max depth 4 -exec cp {}(lib/kernel/...)\;
|
|
|
|
2)
|
|
find -amin +30
|
|
|
|
3)
|
|
find -type d -mindepth 6 -name "[[:upper:]]*" -exec chmod 0700{}\;
|
|
|
|
4)
|
|
find -cmin +15
|
|
|
|
III)
|
|
1)
|
|
find / -name "*.h" -print -quit 2>/dev/null
|
|
|
|
2)
|
|
find ~ -newer ../TRee/lib/auth/transm.d -PRINTF "%p -- %t \n" |