Sponsored Content
Full Discussion: Labels in VI
Top Forums UNIX for Dummies Questions & Answers Labels in VI Post 302615547 by fpmurphy on Thursday 29th of March 2012 07:10:42 PM
Old 03-29-2012
Perhaps marks is what you are looking for. In command mode, for example:
Code:
mk - record current location as mark k
'k - return to line of mark k
`k - return to mark k

This User Gave Thanks to fpmurphy For This Post:
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Tape labels

Hello using solaris 2.6 I need to know how to find out the name of DLT tapes connected to the box as dev0. It tried somethings along the lines on mt stat but to no avail. If anyone can help It would be a great help. Thanks Jonathan (1 Reply)
Discussion started by: Jonathan
1 Replies

2. UNIX for Dummies Questions & Answers

Creating mailing labels using gawk!

Hello, I've got another thread going in this forum section about calculating a particular field of data using a gawk script, but I need help on another issue. I need to create mailing labels using a gawk script on a data file that looks like this: Doe|John|12345 Main... (2 Replies)
Discussion started by: Trellot
2 Replies

3. Programming

Locally Declared Labels

Hi guys. in the Locally Declared Labels section in "The Definitive Guide to GCC" book there is block of code: #define SEARCH(array, target) ({ __label__ found; typeof (target) _SEARCH_target = (target); typeof (*(array)) *_SEARCH_array = (array); int i, j; int value;... (1 Reply)
Discussion started by: majid.merkava
1 Replies

4. Programming

Adding labels on the scatterplot with R

I would like to label points on a scatterplot. I used the following code. d1 <- structure(list(x1 = c(31.7858,25.8623,23.7758,30.1564,28.179,25.3966,31.5879,40.3233,28.8774,27.4434,37.6055,38.2847,40.5864,38.586,32.5489,38.2273,45.6876,52.3452,42.6654,49.8273), y1 =... (0 Replies)
Discussion started by: avina
0 Replies

5. Shell Programming and Scripting

Sum elements of 2 arrays excluding labels

I'm looking for an efficient way to sum elements from 2 arrays using AWK and preserve header as well as sample names in the output array. I have Ubuntu 16.04 LTS. For example; ARRAY 1 SAMPLE DERIVED ANCESTRAL Sample1 14352 0 Sample2 14352 0 Sample3 14352 0 Sample4 ... (8 Replies)
Discussion started by: Geneanalyst
8 Replies
blcompare(3TSOL)				       Trusted Extensions Library Functions					  blcompare(3TSOL)

NAME
blcompare, blequal, bldominates, blstrictdom, blinrange - compare binary labels SYNOPSIS
cc [flag...] file... -ltsol [library...] #include <tsol/label.h> int blequal(const m_label_t *label1, const m_label_t *label2); int bldominates(const m_label_t *label1, const m_label_t *label2); int blstrictdom(const m_label_t *label1, const m_label_t *label2); int blinrange(const m_label_t *label, const brange_t *range); DESCRIPTION
These functions compare binary labels for meeting a particular condition. The blequal() function compares two labels for equality. The bldominates() function compares label label1 for dominance over label label2. The blstrictdom() function compares label label1 for strict dominance over label label2. The blinrange() function compares label label for dominance over range->lower_bound and range->upper_bound for dominance over level label. RETURN VALUES
These functions return non-zero if their respective conditions are met, otherwise zero is returned. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
getplabel(3TSOL), label_to_str(3TSOL), libtsol(3LIB), ucred_getlabel(3C), label_encodings(4), attributes(5), labels(5) Determining the Relationship Between Two Labels in Solaris Trusted Extensions Developer's Guide NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 blcompare(3TSOL)
All times are GMT -4. The time now is 10:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy