GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to open awk file ?
Operating System - HP-UX
1855871
Members
11069
Online
104107
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 12:54 AM
05-09-2001 12:54 AM
Hi,
How could I open a awk file , when I open it with vi , it can't been discerned .
****************************************
$ file cpPack1.jar
cpPack1.jar: awk program text
$ vi cpPack1.jar
( In the vi edit ,something like ..)
v$%#netscape/plugin/composer/SmallCaps/PK^C^D
?6%??J%^M%^M2netscape/plugin/composer/SmallCaps/SmallCaps.class????^C-?^Hv^H?^H^H^Hr^H^H^H?^H?^H{^G?
^G^G^G?^G^G^G?^G^G^G^G?^G}^G?^Gq^Gk
^KK
^KQ
^TL
^L_
^ME
^TG
.................
*******************************************************************************8
thanks
Frank.
How could I open a awk file , when I open it with vi , it can't been discerned .
****************************************
$ file cpPack1.jar
cpPack1.jar: awk program text
$ vi cpPack1.jar
( In the vi edit ,something like ..)
v$%#netscape/plugin/composer/SmallCaps/PK^C^D
?6%??J%^M%^M2netscape/plugin/composer/SmallCaps/SmallCaps.class????^C-?^Hv^H?^H^H^Hr^H^H^H?^H?^H{^G?
^G^G^G?^G^G^G?^G^G^G^G?^G}^G?^Gq^Gk
^KK
^KQ
^TL
^L_
^ME
^TG
.................
*******************************************************************************8
thanks
Frank.
Hi Friend
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 12:59 AM
05-09-2001 12:59 AM
Solution
hi,
this is NOT an awk file.
The "file" command <<>> to define the file type; but there is no guarantee that the answer is correct.
.jar sounds like Java?!
regards,
Thierry.
this is NOT an awk file.
The "file" command <<
.jar sounds like Java?!
regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 01:15 AM
05-09-2001 01:15 AM
Re: How to open awk file ?
Try with strings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 01:25 AM
05-09-2001 01:25 AM
Re: How to open awk file ?
Hi,
.jar files are java archives, built by jar (usage like tar). You need the program jar. You can find it with java 1.2 or java 1.3
So try
jar tvf file.jar
to view content of file.jar
jar xvf file.jar
to extract files
Regards
Roberto
.jar files are java archives, built by jar (usage like tar). You need the program jar. You can find it with java 1.2 or java 1.3
So try
jar tvf file.jar
to view content of file.jar
jar xvf file.jar
to extract files
Regards
Roberto
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP