4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
find "$@" -printf "%TY-%Tm-%Td %TH:%TM:%TS %5k %-8u %-8g %m %p\n"
|
||
|
|