Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 06:57 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: March 2011
Junior Member
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 11:10 Go to previous message
Jungle Kid is currently offline Jungle KidFriend
Messages: 1
Registered: April 2014
Location: Madrid
Junior Member
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: Fri Apr 19 15:12:34 GMT 2024

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

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

Back to the top