6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find lsf.* -maxdepth 0 -amin +11 -print -delete 2>&1
|
|
|
|
|