Closed linusjf closed 1 year ago
require pgrep awk parallel + hash pgrep awk parallel + pgrep -an com.javacodegeeks.niotutorial.server.Server + awk '{print $1}' + parallel -I% kill % lscpu: failed to determine number of CPUs: /sys/devices/system/cpu/possible: Not a directory + echo 0 0
parallel using lscpu does not work for archlinux on termux. Missing directory.
This seems to be an issue with parallel. nproc might be a better choice especially on termux.
Stale issue message
parallel using lscpu does not work for archlinux on termux. Missing directory.