Closed lawrenceleejr closed 8 years ago
Dan! Small changes.
Setting default search string to user.${USER}. Also adding a -t/--taskid option to only output the taskID. Means things can be piped around without an awk in between. Now can just
user.${USER}
-t
--taskid
pandamon "user.leejr*searchstring" -t | panda-kill-taskid
without an awkward awk in between.
awk
Adding a percentage done field to the output! Look how pretty and informative!
Dan! Small changes.
Setting default search string to
user.${USER}
. Also adding a-t
/--taskid
option to only output the taskID. Means things can be piped around without an awk in between. Now can justwithout an
awk
wardawk
in between.