1 Alternatives+ Submit Alt ps to show child thread PIDs 0 ls -1 /proc/$(ps ax | grep <Process Name> | head -n 1 | awk'{print $1;}')/task | tail -n +2 happymarmoset· 2015-10-06 07:44:4810 Submit alternative Report as malicious ...
for k in `git branch|sed s/^..//`;do echo -e `git log -1 --pretty=format:\"%Cgreen%ci %Cblue%cr%Creset\" \"$k\" --`\\t\"$k\";done|sort - (Show git branches by date - useful for showing active branches This fixes a bug found in the other scripts which fai