j
k
j a
j l
I wrote:
fuser -v /path/to/pipe 2>&1 | grep tail | awk '{print $2}'
lsof /path/to/pipe | grep tail | awk '{print $2}'
giving you roughly the same of course ;)
HTH
x
Back to the thread
Back to the list