icon Top 9 categories map      RocketAware >

lam(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others






LAM(1)                                                     LAM(1)


NAME
       lam - laminate files



SYNOPSIS
       lam [ -[fp] min.max ] [ -s sepstring ] [ -t c ] file ...

DESCRIPTION
       Lam  copies the named files side by side onto the standard
       output.  The n-th input lines from  the  input  files  are
       considered  fragments  of the single long n-th output line
       into which they are assembled.  The  name  `-'  means  the
       standard input, and may be repeated.

       Normally,  each option affects only the file after it.  If
       the option letter is capitalized it affects all subsequent
       files  until  it appears again uncapitalized.  The options
       are described below.

       -f min.max
              Print line fragments according to the format string
              min.max,  where  min is the minimum field width and
              max the maximum field width.  If min begins with  a
              zero,  zeros  will  be  added  to make up the field
              width, and if it begins with a  `-',  the  fragment
              will be left-adjusted within the field.

       -p min.max
              Like -f, but pad this file's field when end-of-file
              is reached and other files are still active.

       -s sepstring
              Print sepstring before printing line fragments from
              the  next  file.   This option may appear after the
              last file.

       -t c   The input line terminator is c instead  of  a  new-
              line.  The newline normally appended to each output
              line is omitted.

       To print files simultaneously for easy viewing use  pr(1).

EXAMPLES
       The command

              lam   file1   file2   file3   file4

       joins  4  files  together  along  each line.  To merge the
       lines from four different files use

              lam   file1   -S   "\
              "   file2   file3   file4

       Every 2 lines of a file may be joined on one line with




                           June 6, 1993                         1





LAM(1)                                                     LAM(1)


              lam   -   -   <   file

       and a form letter with substitutions keyed by `@'  can  be
       done with

              lam   -t   @   letter   changes


SEE ALSO
       join(1), pr(1), printf(3)















































                           June 6, 1993                         2



Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for lam(1)
OpenBSD sources for lam(1)


[Overview Topics]

Up to: File filtering and processing - Methods of filtering and processing files. (character translation, comparison, search, sort, word counts, etc.)


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > lam.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments