Files
2025-08-13 23:53:40 +08:00

2 lines
57 B
Bash
Executable File

#!/bin/bash
pgrep -a java | awk '{print $1}' | tr -d '\n'