PStree on cygwin

2007-11-04 Thread Muhammad Najmi Ahmad Zabidi
Hi all, I tried to find the pstree package in Cygwin setup list but it was not included. Does Cygwin community yet to deploy pstree / no plan to release it? I found it useful when I did demo of forked process for certain PID (pstree -p ) to the students in my class. Regards, najmi -- Unsubscrib

rename file on cygwin

2007-11-02 Thread Muhammad Najmi Ahmad Zabidi
Hi all. I have this kind of file name: $ ls *.mp3* agama dan aqidah [EMAIL PROTECTED] -h2cpUXJWMQf1Bj04= Which I want to rename to this: $ ls *.mp3*|awk -F"@*" {'print $1'} agama dan aqidah b.mp3 I tried to use "for" loop but since the old name contains spaces, I've to deal with the spaces a