3 lines
64 B
Bash
3 lines
64 B
Bash
#!/bin/sh
|
|
|
|
find /www/perhost/ -type f -exec truncate -s 0 {} \;
|
#!/bin/sh
|
|
|
|
find /www/perhost/ -type f -exec truncate -s 0 {} \;
|