Skip to main content



      Home
Home » Eclipse Projects » Linux Tools Project » Man Pages in Windows(how to use Man Pages in Eclipse Helios (Windows))
Man Pages in Windows [message #662057] Tue, 29 March 2011 02:57 Go to next message
Eclipse UserFriend
Trying to get Man Pages running under Windows Eclipse Helios, but what should I enter as the Man Pages executable? Is this a zip from the Linux man directories? I do get a popup window, but empty.
Re: Man Pages in Windows [message #1319751 is a reply to message #662057] Mon, 28 April 2014 07:10 Go to previous message
Eclipse UserFriend
Hi, I made a little script to use man pages under windows using linux machine and plink (from PuTTY).
You need to create a key to unattended session.

@echo off
::         Name : man.cmd
::  Description : script to call man pages on linux machine using putty
::       Author : junglekid - mailtothis.com
::      Version : 0.1
::         Date : 2014/01/21
::        Level : basic
setlocal
set PATH=%Program Files%\PuTTY;%PATH%
set key=%USERPROFILE%\.ssh\id_rsa.ppk
set cmd="LANG=POSIX man %* 2>&1 | iconv -t CP850"
plink -ssh -l %USERNAME% -i %key% %USERNAME%@localhost %cmd%


You can replace LANG=POSIX to use your language. Ex. LANG=es

PuTTY Download Page
www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Previous Topic:problem with linuxtools callgraph usage
Next Topic:Linux Tools 3.0 is released
Goto Forum:
  


Current Time: Sat Jul 19 23:29:10 EDT 2025

Powered by FUDForum. Page generated in 0.02925 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top