Posts tagged as:

Unix

How To: Browse remote files in Eclipse IDE

June 6, 2007 Eclipse

Eclipse.org always amaze me with the kind of tooling that they go on adding to the Eclipse Platform. Few months back when I was browsing the different projects in Eclipse, I stumbled on Remote System Explorer (RSE)
Remote System Explorer is part of Target Management which in turn in a subproject of Device Software Development Platform [...]

Read the full article →

HowTo: Tail Files in Eclipse IDE

May 19, 2007 Eclipse

Unix ‘tail’ command is used to display the last few lines of a file. The ‘-f’ parameter makes the utility more useful in the sense that it allows you to ‘follow’ the output of the file.
As and when additional lines are added to the file, they are displayed on the terminal. The follow parameter [...]

Read the full article →