600 B
600 B
Last_job_id
Get the id of one or more existing jobs
Install
With fisherman
fisher last_job_id
Usage
if set -l i (last_job_id --last)
printf "Most recent job: %%%i\n" $i
end