3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
find "$@" -printf "%CY-%Cm-%Cd %CH:%CM:%CS %5k %-8u %-8g %p\n"
|