This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Text editor with shell integration
On 5/6/2010 5:07 AM, Jason Pyeron wrote:
I am assuming that notepad++ does not understand paths like
/cygdrive/c/filename.txt
and /proc/cpuinfo (it has no hope on this one)
mkdir /cygdrive/c/proc
cat /proc/cpuinfo > /cygdrive/c/proc
then your windows app (running from C:) can open /proc/cpuinfo
--
Tim Prince
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple