mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
c12a876e59
Signed-off-by: Janos SUTO <sj@acts.hu>
4 lines
159 B
Bash
Executable File
4 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find /var/piler/sphinx/ -type f -name main\*.spd -printf "%TY%Tm%Td %s\\n" | sort -r | head -1 | cut -f2 -d ' ' > /var/piler/stat/main_index_size
|