| Main index | Section 1 | 日本語 | Options |
| | |
|
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.
Using
| |
| | |
|
Like
| |
| | |
|
Print
sepstring
before printing line fragments from the next file.
This option may appear after the last file.
Using
| |
| | |
|
The input line terminator is
c
instead of a newline.
The newline normally appended to each output line is omitted.
Using
| |
To print files simultaneously for easy viewing use pr(1).
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
lam - - < file
and a form letter with substitutions keyed by `@' can be done with
lam -t @ letter changes
| LAM (1) | April 7, 2015 |
| Main index | Section 1 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | I have a natural revulsion to any operating system that shows so little planning as to have to named all of its commands after digestive noises (awk, grep, fsck, nroff). | ” |