在 GNU parallel 中运行的命令退出后,如何自动将 SIGINT 发送给由同一 GNU parallel 实例运行的另一个命令?
这是我正在运行的命令: parallel -u ::: 'watch -n 0.1 /home/cringeposter/zfs-mount.sh' 'watch -n 0.1 drill graph.microsoft.com' 'rclone bisync onedrive: /home/cringeposter/zfs/onedrive --verbose --check-access --ignore-checksum' 'rclone bisync onedrive-uni: /home/cringeposter/zfs/onedrive-uni ...