HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Unix pacth unzip problem
Operating System - Tru64 Unix
1829187
Members
17074
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
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
07-30-2006 11:57 PM
07-30-2006 11:57 PM
Unix pacth unzip problem
Hi,
We have unix patch in the form of June2006.tar.gz format
We are doing follwoing process to unzip it
# gunzip June2006.tar.gz
# tar -xvf June2006.tar
After this command we are getting the follwoing error.which is attached in the attachement.
It is creating the dir as "June 2006"
but when we are accing the dir we are getting following error:
DRXAP301:/test/patch_31072006# cd June 2006
sh: cd: The specified substitution is not valid for this command.
Please also find the attachement for more errors.
Ravikant.
We have unix patch in the form of June2006.tar.gz format
We are doing follwoing process to unzip it
# gunzip June2006.tar.gz
# tar -xvf June2006.tar
After this command we are getting the follwoing error.which is attached in the attachement.
It is creating the dir as "June 2006"
but when we are accing the dir we are getting following error:
DRXAP301:/test/patch_31072006# cd June 2006
sh: cd: The specified substitution is not valid for this command.
Please also find the attachement for more errors.
Ravikant.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 12:30 AM
07-31-2006 12:30 AM
Re: Unix pacth unzip problem
1. Output which does not show the commands
used is often less helpful than output which
does show the commands used.
"accing the dir" how? Are you quoting the
directory name with the embedded space
("June 2006" or 'June 2006')?
2. "directory checksum error" from "tar" is
not good. Do you have the whole file?
3. "@LongLink" suggests that you may need to
use GNU "tar" instead of the normal Tru64
"tar".
4. You might save some time and/or disk
space by using a pipeline, such as:
gzcat June2006.tar.gz | tar -xvf -
used is often less helpful than output which
does show the commands used.
"accing the dir" how? Are you quoting the
directory name with the embedded space
("June 2006" or 'June 2006')?
2. "directory checksum error" from "tar" is
not good. Do you have the whole file?
3. "@LongLink" suggests that you may need to
use GNU "tar" instead of the normal Tru64
"tar".
4. You might save some time and/or disk
space by using a pipeline, such as:
gzcat June2006.tar.gz | tar -xvf -
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 2025 Hewlett Packard Enterprise Development LP