mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-06-10 10:35:54 +00:00
AIX uses -lv options to cat a job (instead of -c for Linux). AIX uses -r to remove a job. Linux supports both -r and -d, so use -r since it is what POSIX says.