Tag Archives: command line

OSX – show environment vars of a running process

jenkins$ ps -wwE -p 38654 PID TTY TIME CMD 38654 ?? 67:40.42 /usr/bin/java -Dcom.sun.management.jmxremote -Xmx2048m -XX:MaxPermSize=512m -jar /Application /Jenkins/jenkins.war SHELL=/bin/bash TMPDIR=/var/folders/5f/qnywwqmx3h5fxnwlcssp2sr00000gn/T/ USER=jenkins __CF _USER_TEXT_ENCODING=0x1F5:0:0 JENKINS_HOME=/Users/Shared/Jenkins/Home PATH=/usr/bin:/bin:/usr/sbin:/sbin PWD=/ CATALINA_OPTS= -Dcom.sun.management.jmxremote SHLVL=0 HOME=/Users/jenkins LOGNAME=jenkins SECURITYSESSIONID=1c2 92 com.apple.java.jvmTask=CommandLine JAVA_ARCH=x Ahhhhhhh.

Posted in Computers, howto | Tagged , , , , | Leave a comment

clip.exe

I wrote a utility called clip many years ago — you pipe output from a DOS program into it and it puts it on the clipboard. Then you can paste it somewhere. e.g. dir > clip I found a link … Continue reading

Posted in Software | Tagged , , , , , , , | 1 Comment