6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find lsf.* -amin +11 -print0 -delete
|
|
|
|
|