Sponsored Content
Special Forums Windows & DOS: Issues & Discussions How to open and see content in .PPK files? Post 302833155 by Ariean on Tuesday 16th of July 2013 10:57:12 AM
Old 07-16-2013
How to open and see content in .PPK files?

Hello All,
I have generated a .ppk & .pub key files using Puttygen and saved them into my local machine (windows 8 OS), But when I am navigating and looking for those files in the windows folders I couldn't able to see them even though I have the option to show hidden files is turned on.

But I am only able to see them when I navigate through pageant but can't able to open and see/edit the content, so how do I see and open them physically in a notepad/wordpad file?

Thank you
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Compare the content of 2 files

Hi Guys, What is the most effecient way to compare the content of 2 seperate files and extract the result of there is a match? We have 2 separate log files and we are trying to find the common errors from the 2 files. Thanks, Odogbolu98 :( (3 Replies)
Discussion started by: odogbolu98
3 Replies

2. Shell Programming and Scripting

content need changes- many files

Hi, all Need some advise on this script i have some files in a directory, and i need to change the word XX in each files to YY, how can i perform a bulk changes/ thanks in advance for yr sharing (3 Replies)
Discussion started by: swchee
3 Replies

3. Shell Programming and Scripting

comparing files content

hi i have a set of files , i need to compare one file content with other file content, i am using cmp -s abc.1 def.2 , but it is not giving theproper o/p even if the content is different.Please help thanks Satya (1 Reply)
Discussion started by: Satyak
1 Replies

4. Shell Programming and Scripting

Help with Combining Content of Two files

I'm trying to combine it using awk but still can't figure it out. Here is the file. cat file1.txt Mr Smith Mr John Ms Linda cat file2.txt No 4 Jln Empat Kuala Lumpur No 213 Tmn Bunga Kedah No 1 Kampung Bukit Malaysia I want to combine this file1 and file2 so the output... (5 Replies)
Discussion started by: pisang
5 Replies

5. Shell Programming and Scripting

Files appear to have no content

I have about 11000 files on a hard disk that were generated by copying a directory structure from a dvd. The files are supposed to contain ascii data. I am unable to read or inspect the contents of several of the files, I receive the error no such file or directory. I am using cygwin on... (4 Replies)
Discussion started by: jvorwald
4 Replies

6. Shell Programming and Scripting

Script to open a saved file and modify the content

I am looking for a script where I need to open a file and modify the data like changing the parameters.Can anyone help me? open a file software.rsp . It already contains following data. parameter = false threads=100 user= demf The above should be changed to paramter=true thread= 133... (3 Replies)
Discussion started by: sriki32
3 Replies

7. Shell Programming and Scripting

search for content in files. Name of files is in another file. Format as report.

Hi I have multiple files in a folder and one file which contains a list of files (one on each line). I was to search for a string only within these files and not the whole folder. I need the output to be in the form File1<tab>string instance 2<tab> string instance 2<tab>string instance 3... (6 Replies)
Discussion started by: pkabali
6 Replies

8. Shell Programming and Scripting

Compare content between two files

I have two files in unix environment with similer type of contain: Example: File1 File2 Milestone1 Milestone1 Milestone2 Milestone12 Milestone3 Milestone13... (11 Replies)
Discussion started by: Mrinal Mondal
11 Replies

9. UNIX for Beginners Questions & Answers

Swapping content b/n two files

I am having two files file1&file2.i just want to swap the selected contents btwn two files #file1 content: Title:xxxx Hello Imran #file2 content: Title:YYYY Hello Meeran i just want only second line in both files should be swapped.The title should remain in the same file. i just... (5 Replies)
Discussion started by: Meeran Rizvi
5 Replies

10. UNIX for Beginners Questions & Answers

Comparing two files and list the difference with common first line content of both files

I have two file as given below which shows the ACL permissions of each file. I need to compare the source file with target file and list down the difference as specified below in required output. Can someone help me on this ? Source File ************* # file: /local/test_1 # owner: own #... (4 Replies)
Discussion started by: sarathy_a35
4 Replies
sciteproj(1)						      General Commands Manual						      sciteproj(1)

NAME
SciteProj - a Project Manager for the SciTE editor DESCRIPTION
SciteProj is a Project Manager for the SciTE editor - It is used to group a bunch of files into a project for easy access in SciTE giving the possibility to group files in folders, and saves the project to disc in XML format. It is based on the program ScitePM by Roy Wood. It uses the director interface of SciTE to communicate between SciTE and SciteProj. OPTIONS
-s, --scite FILENAME Sets the filename for the instance of SciTE to open. -v, --version Displays the version number of SciteProj -g, --generate=XML_FILENAME Generate a sciteproj project file with the name FILENAME from the contents of the current folder. This option will not consider adding hidden files to the generated project. -m, --max_depth=MAX_DEPTH Set maximum depth of folders to read through to MAX_DEPTH when generating project file. -h, --help Display a short help CONFIG FILE
The config file that SciteProj is using is named sciteprojrc, and is loaded from the directory that the glib function g_get_user_config_dir is returning. Normally this is ($HOME)/.config/ - If this file isn't found, sciteproj searches for the file .sciteproj located in the users $HOME directory. It is loaded on every program start. There is a menuitem in the program to open the file directly in SciTE for edit- ing. If there isn't a .sciteproj in the user home when starting SciteProj, one will be created filled with default values. The following options are supported in the config file: xpos, ypos, xsize and ysize Specifies the position and size of the program window on start give_scite_focus Specifies wether SciTE shall get focus when opening a file from SciteProj (TRUE or FALSE) dirty_on_folder_change Specifies wether SciteProj shall flag your project as dirty when you exapand or collapse a folder (TRUE or FALSE) allow_duplicates Specifies wether several files with the same name should be allowed in one project (TRUE or FALSE) identify_sciteproj_xml Specifies wether SciteProj shall try to recognize XML files saved by SciteProj (TRUE or FALSE) search_xpos, search_ypos, search_width, search_height The position of the search dialog when opened. If any of these values are set to -1, a default will be selected. search_match_case Should the search dialog check the Search match case option by default search_match_whole_words Should the checkbutton Match whole words be checked in the search dialog by defualt search_give_scite_focus Should the SciTE window be focused when double-clicking a search result in the search dialog? search_file_alert_warning If the project contains filename that doesn't exist on disk, should SciteProj give a warning during search? AUTHOR
SciteProj was written by Andreas Ronnquist <gusnan@gusnan.se>. Version 0.7.05 20 March 2012 sciteproj(1)
All times are GMT -4. The time now is 03:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy