Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to "clone" a directory and it's symlink? Post 302684983 by alister on Friday 10th of August 2012 12:01:36 PM
Old 08-10-2012
Quote:
Originally Posted by alister
pax should be available on any UNIX system (GNU's Not UNIX Smilie).
Quote:
Originally Posted by raggmopp
True, pax SHOULD be available. But sometimes it is not.
I think some distros install by default and some don't. With cpio it is always installed by default.
pax is present on OS X, Solaris, AIX, HP-UX, FreeBSD, NetBSD, OpenBSD, IRIX, etc. On some of those platforms it has been included since the mid-90s. GNU/Linux is the only notable exception, which is why I specifically said "UNIX" and included the GNU parenthetical.


Quote:
Originally Posted by Corona688
Basically -- tar won. It got standardized and modernized in POSIX. cpio didn't.
If by "won" you mean that it's ubiquitous. Agreed. But standardized? You must be joking.

tar is not standardized in any way. There is no POSIX standard. There isn't even a defacto standard. There are about as many different implementations with conflicting syntaxes as there are operating systems.

tar is very much like ps. It is guaranteed to be available on just about any system you use, but if portability is a concern, you will need to restrict your usage to its simplest features. The moment you need to portably do anything fancy, you're screwed.

If GNU/Linux distributors would ship pax, pax would be the first standardized (on paper and in practice) archiver available on just about every platform.

Regards,
Alister

Last edited by alister; 08-10-2012 at 01:07 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

2. Shell Programming and Scripting

cat $como_file | awk /^~/'{print $1","$2","$3","$4}' | sed -e 's/~//g'

hi All, cat file_name | awk /^~/'{print $1","$2","$3","$4}' | sed -e 's/~//g' Can this be done by using sed or awk alone (4 Replies)
Discussion started by: harshakusam
4 Replies

3. Shell Programming and Scripting

Delete files older than "x" if directory size is greater than "y"

I wrote a script to delete files which are older than "x" days, if the size of the directory is greater than "y" #!/bin/bash du -hs $1 while read SIZE ENTRY do if ; then find $1 -mtime +$2 -exec rm -f {} \; echo "Files older than $2 days deleted" else echo "free Space available"... (4 Replies)
Discussion started by: JamesCarter
4 Replies

4. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

5. Shell Programming and Scripting

"find . -printf" without prepended "." path? Getting path to current working directory?

If I enter (simplified): find . -printf "%p\n" then all files in the output are prepended by a "." like ./local/share/test23.log How can achieve that a.) the leading "./" is omitted and/or b.) the full path to the current directory is inserted (enclosed by brackets and a blank)... (1 Reply)
Discussion started by: pstein
1 Replies

6. Solaris

Repeated error - "se_hdlc: clone device must be attached before use" in /var/adm/messages

Below is the error being repeated on my Solaris 9 Sun-Fire-V890 machine. SAN team confirmed as everything is fine from their end. I did google and found that some people say its a known Oracle bug when you have Oracle 10G installed on your system but I kind of disagree with them. Please see below... (2 Replies)
Discussion started by: vikkash
2 Replies

7. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

8. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

9. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies
LIBARCHIVE(3)						   BSD Library Functions Manual 					     LIBARCHIVE(3)

NAME
libarchive -- functions for reading and writing streaming archives OVERVIEW
The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. In particular, note that there is currently no built-in support for random access nor for in-place modification. When reading an archive, the library automatically detects the format and the compression. The library currently has read support for: o old-style tar archives, o most variants of the POSIX ``ustar'' format, o the POSIX ``pax interchange'' format, o GNU-format tar archives, o most common cpio archive formats, o ISO9660 CD images (including RockRidge and Joliet extensions), o Zip archives, o ar archives (including GNU/SysV and BSD extensions), o Microsoft CAB archives, o LHA archives, o mtree file tree descriptions, o RAR archives, o XAR archives. The library automatically detects archives compressed with gzip(1), bzip2(1), xz(1), lzip(1), or compress(1) and decompresses them transpar- ently. It can similarly detect and decode archives processed with uuencode(1) or which have an rpm(1) header. When writing an archive, you can specify the compression to be used and the format to use. The library can write o POSIX-standard ``ustar'' archives, o POSIX ``pax interchange format'' archives, o POSIX octet-oriented cpio archives, o Zip archive, o two different variants of shar archives, o ISO9660 CD images, o 7-Zip archives, o ar archives, o mtree file tree descriptions, o XAR archives. Pax interchange format is an extension of the tar archive format that eliminates essentially all of the limitations of historic tar formats in a standard fashion that is supported by POSIX-compliant pax(1) implementations on many systems as well as several newer implementations of tar(1). Note that the default write format will suppress the pax extended attributes for most entries; explicitly requesting pax format will enable those attributes for all entries. The read and write APIs are accessed through the archive_read_XXX() functions and the archive_write_XXX() functions, respectively, and either can be used independently of the other. The rest of this manual page provides an overview of the library operation. More detailed information can be found in the individual manual pages for each API or utility function. READING AN ARCHIVE
See libarchive_read(3). WRITING AN ARCHIVE
See libarchive_write(3). WRITING ENTRIES TO DISK
The archive_write_disk(3) API allows you to write archive_entry(3) objects to disk using the same API used by archive_write(3). The archive_write_disk(3) API is used internally by archive_read_extract(); using it directly can provide greater control over how entries get written to disk. This API also makes it possible to share code between archive-to-archive copy and archive-to-disk extraction operations. READING ENTRIES FROM DISK
The archive_read_disk(3) supports for populating archive_entry(3) objects from information in the filesystem. This includes the information accessible from the stat(2) system call as well as ACLs, extended attributes, and other metadata. The archive_read_disk(3) API also supports iterating over directory trees, which allows directories of files to be read using an API compatible with the archive_read(3) API. DESCRIPTION
Detailed descriptions of each function are provided by the corresponding manual pages. All of the functions utilize an opaque struct archive datatype that provides access to the archive contents. The struct archive_entry structure contains a complete description of a single archive entry. It uses an opaque interface that is fully doc- umented in archive_entry(3). Users familiar with historic formats should be aware that the newer variants have eliminated most restrictions on the length of textual fields. Clients should not assume that filenames, link names, user names, or group names are limited in length. In particular, pax inter- change format can easily accommodate pathnames in arbitrary character sets that exceed PATH_MAX. RETURN VALUES
Most functions return ARCHIVE_OK (zero) on success, non-zero on error. The return value indicates the general severity of the error, ranging from ARCHIVE_WARN, which indicates a minor problem that should probably be reported to the user, to ARCHIVE_FATAL, which indicates a serious problem that will prevent any further operations on this archive. On error, the archive_errno() function can be used to retrieve a numeric error code (see errno(2)). The archive_error_string() returns a textual error message suitable for display. archive_read_new() and archive_write_new() return pointers to an allocated and initialized struct archive object. archive_read_data() and archive_write_data() return a count of the number of bytes actually read or written. A value of zero indicates the end of the data for this entry. A negative value indicates an error, in which case the archive_errno() and archive_error_string() functions can be used to obtain more information. ENVIRONMENT
There are character set conversions within the archive_entry(3) functions that are impacted by the currently-selected locale. SEE ALSO
tar(1), archive_entry(3), archive_read(3), archive_util(3), archive_write(3), tar(5) HISTORY
The libarchive library first appeared in FreeBSD 5.3. AUTHORS
The libarchive library was originally written by Tim Kientzle <kientzle@acm.org>. BUGS
Some archive formats support information that is not supported by struct archive_entry. Such information cannot be fully archived or restored using this library. This includes, for example, comments, character sets, or the arbitrary key/value pairs that can appear in pax interchange format archives. Conversely, of course, not all of the information that can be stored in an struct archive_entry is supported by all formats. For example, cpio formats do not support nanosecond timestamps; old tar formats do not support large device numbers. The ISO9660 reader cannot yet read all ISO9660 images; it should learn how to seek. The AR writer requires the client program to use two passes, unlike all other libarchive writers. BSD
March 18, 2012 BSD
All times are GMT -4. The time now is 12:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy