Sponsored Content
Operating Systems AIX Tar - pre-checking before making the Tar file Post 302975358 by filosophizer on Saturday 11th of June 2016 01:49:24 PM
Old 06-11-2016
Quote:
Originally Posted by hicksd8
If you want to see the output on screen but also capture it then you can have the best of both worlds using the 'tee' command:

Code:
<whatever command> | tee <output text capture file>

I have tried this one, but does not work

Code:
root@clodb:/clodbvg>df -g
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on

/dev/fslv02       14.00      1.72   88%   160138    29% /oratech

root@clodb:/clodbvg>/opt/freeware/bin/tar -cvf -  /oratech | gzip > /clodbvg/bkp_21MAY16_oratech.tgz | tee output.txt

root@clodb:/clodbvg>ls -ltra
total 6956360
drwxr-xr-x    2 root     system          256 May 22 00:46 lost+found

-rw-r--r--    1 root     system            0 Jun 11 23:42 output.txt
drwxr-xr-x    5 root     system         4096 Jun 11 23:42 .
-rw-r--r--    1 root     system   1054146560 Jun 11 23:45 bkp_21MAY16_oratech.tgz

root@clodb:/clodbvg>cat output.txt
root@clodb:/clodbvg>

output.txt is 0KB and there is nothing in it.


Whereas this

Code:
root@clodb:/clodbvg>(/opt/freeware/bin/tar -cvf -  /oratech | gzip > /clodbvg/bkp_21MAY16_oratech.tgz) > testoutput.txt 2>&1


root@clodb:/clodbvg>ls -ltra
total 5760048
drwxr-xr-x    2 root     system          256 May 22 00:46 lost+found

-rw-r--r--    1 root     system         1324 Jun 11 23:47 testoutput.txt


root@clodb:/clodbvg>cat testoutput.txt
/opt/freeware/bin/tar: Removing leading `/' from member names
/oratech/
/oratech/.TTauthority
/oratech/.Xauthority
/oratech/.dt/
/oratech/.dt/Desktop/
/oratech/.dt/Trash/
/oratech/.dt/Trash/.trashinfo
/oratech/.dt/appmanager/
/oratech/.dt/errorlog
/oratech/.dt/help/
/oratech/.dt/help/oraprod-oradb-0/
/oratech/.dt/help/oraprod-oradb-0/browser.hv
/oratech/.dt/help/oraprod-oradb-0/browser00.ht
/oratech/.dt/help/oraprod-oradb-0/browser01.ht

works perfectly.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Does tar do crc checking on a tape or tar file?

Trying to answer a question about whether tar table-of-contents is a good tool for verifying tape data. (1 Reply)
Discussion started by: tjlst15
1 Replies

2. Shell Programming and Scripting

extract one file form .tar.gz without uncompressing .tar.gz file

hi all, kindly help me how to extract one file form .tar.gz without uncompressing .tar.gz file. thanks in advance bali (2 Replies)
Discussion started by: balireddy_77
2 Replies

3. UNIX for Advanced & Expert Users

Tar utility (untar a .tar file) on VxWorks

Hi All Can someone pls guide me if there any utility to compress file on windows & uncompress on vxworks I tried as - - compressed some folders on windows ... i created .tar ( to maintain directory structure ) and compressed to .gz format. - on VxWorks i have uncompressed it to .tar... (1 Reply)
Discussion started by: uday_01
1 Replies

4. UNIX for Dummies Questions & Answers

tar -cvf test.tar `find . -mtime -1 -type f` only tar 1 file

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

5. UNIX for Dummies Questions & Answers

Making tar of a remote file system

Hello, I was asked by my boss to make a backup of one of our systems that is slated to be decommissioned. When I suggested if could tar the "/" directory he nodded and said that would do the trick, When I try and execute the command I get EOF error. I think it is because there is not enough... (2 Replies)
Discussion started by: mojoman
2 Replies

6. Shell Programming and Scripting

tar command to explore multiple layers of tar and tar.gz files

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

7. UNIX for Advanced & Expert Users

Move files while making a tar

I have the following folder structure code/f1/ code/lib/t1 code/lib/t2 code/lib/t3 code/lib/t3 code/lib_1/t1 code/exc I would like to create a tar with a folder structure below and I can use the following tar command f1 lib/t1 lib/t2 lib/t3 tar -cvf code.tar -C code f1 lib... (4 Replies)
Discussion started by: alpboys
4 Replies

8. UNIX for Dummies Questions & Answers

Do I need to extract the entire tar file to confirm the tar folder is fine?

I would like to confirm my file.tar is been tar-ed correctly before I remove them. But I have very limited disc space to untar it. Can I just do the listing instead of actual extract it? Can I say confirm folder integrity if the listing is sucessful without problem? tar tvf file1.tar ... (1 Reply)
Discussion started by: vivien_chu
1 Replies

9. UNIX for Dummies Questions & Answers

UNIX command to check if file name ends with .tar OR if the file is a tar file

Hello Team, Would you please help me with a UNIX command that would check if file is a tar file. if we dont have that , can you help me with UNIX command that would check if file ends with .tar Thanks in advance. (10 Replies)
Discussion started by: sanjaydubey2006
10 Replies

10. AIX

Making Tar of directory and tar file is going to be placed

Quick question, is it possible to make a Tar of completely directory and placing the tar file in it (will this cause even the tar file to tarred ?) sample: /opt/freeware/bin/tar -cvf - /oracle | gzip > /oracle/backup.tgz will the tar file backup.tgz also include backup.tgz ? i tried... (5 Replies)
Discussion started by: filosophizer
5 Replies
rpm2cpio(1)							   User Commands						       rpm2cpio(1)

NAME
       rpm2cpio - convert Red Hat Package (RPM) to cpio archive

SYNOPSIS
       rpm2cpio [file.rpm]

DESCRIPTION
       The  rpm2cpio  utility converts the .rpm file specified as its sole argument to a cpio archive on standard output. (See NOTES.) If no argu-
       ment is given, an rpm stream is read from standard input. In both cases, rpm2cpio will fail and print a usage message if the standard  out-
       put is a terminal. Therefore, the output is usually redirected to a file or piped through the cpio(1) utility.

EXAMPLES
       Example 1: Converting an rpm file

       example% rpm2cpio Device3Dfx-1.1-2.src.rpm | cpio -itv
       CPIO archive found!
       -rw-r--r--   1 root  root    2635 Sep 13 16:39 1998, 3dfx.gif
       -rw-r--r--   1 root  root   11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz
       -rw-r--r--   1 root  root    1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec
       31 blocks

       Example 2: Converting from standard input

       example% rpm2cpio < Device3Dfx-1.1-2.src.rpm | cpio -itv
       CPIO archive found!
       -rw-r--r--   1 root  root    2635 Sep 13 16:39 1998, 3dfx.gif
       -rw-r--r--   1 root  root   11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz
       -rw-r--r--   1 root  root    1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec
       31 blocks

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       +-----------------------------+-----------------------------+
       |      ATTRIBUTE TYPE	     |	    ATTRIBUTE VALUE	   |
       +-----------------------------+-----------------------------+
       |Availability		     |SUNWrpm			   |
       +-----------------------------+-----------------------------+

SEE ALSO
       cpio(1), attributes(5)

NOTES
       rpm2cpio handles versions 3 and 4 RPMs.

SunOS 5.10							    20 Aug 2001 						       rpm2cpio(1)
All times are GMT -4. The time now is 02:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy