9 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
for pkg in `pkginfo | grep tar | grep application | awk '{print $2}'`; do pkginfo -l $pkg | grep VERSION; done
Please use CODE tags as required by forum rules! (2 Replies)
Discussion started by: svijayas
2 Replies
2. Solaris
i.e. to stay in local filesytem.
I believe the flag in linux is one-file-system. Is there corresponding in solaris?
SOLARIS 9 BTW. (10 Replies)
Discussion started by: psychocandy
10 Replies
3. Shell Programming and Scripting
Hi all,
I have a tar file and inside that tar file is a folder with additional tar.gz files. What I want to do is look inside the first tar file and then find the second tar file I'm looking for, look inside that tar.gz file to find a certain directory. I'm encountering issues by trying to... (1 Reply)
Discussion started by: bashnewbee
1 Replies
4. UNIX for Dummies Questions & Answers
Hello,
I'm trying to install new version of tar under solaris "tar-1.23-sol9-sparc-local.gz" in Solaris, I downloaded this version from sunfreeware.com
I unzip it and I found only binaire file no Readme...
some one vcan help ??
Thanks (2 Replies)
Discussion started by: Sigma
2 Replies
5. UNIX for Dummies Questions & Answers
Hi all,
4 files are returned when i issue 'find . -mtime -1 -type f -ls'.
./ora_475244.aud
./ora_671958.aud
./ora_934052.aud
./ora_934050.aud
However, when I issued the below command:
tar -cvf test.tar `find . -mtime -1 -type f`, the tar file only contains the 1st file -... (2 Replies)
Discussion started by: ahSher
2 Replies
6. Solaris
i have lot of directories which are needed to be transferred to a LINUX workstation. to do this i need to tar the directories. please let me know how to tar the directories in Sun Solaris. (7 Replies)
Discussion started by: mmb
7 Replies
7. UNIX for Dummies Questions & Answers
Here is how I got where I am:
I tried untarring tomcat and at the end of the untar I get the following:
So I downloaded GNU tar and did a pkgadd -d, which installed the package.
But when I run /usr/local/bin/tar, I get this message: (1 Reply)
Discussion started by: dangral
1 Replies
8. Solaris
Hello
I'm trying to use a combination of gunzip and tar to unpack and unzip a *.tar.gz file. I tried gunzip ~/myfile.tar.gz | gtar -x
This will unzip the file, but it won't unpack. Any hints?
thanks a lot
Dan (5 Replies)
Discussion started by: dwidmer
5 Replies
9. UNIX for Dummies Questions & Answers
How can I delete a file from an existing Solaris tar file ? (not gtar) (2 Replies)
Discussion started by: avnerht
2 Replies