Sponsored Content
Full Discussion: Grep Option
Operating Systems Solaris Grep Option Post 302398432 by proactiveaditya on Wednesday 24th of February 2010 03:03:30 PM
Old 02-24-2010
-A NUM, --after-context=NUM
Print NUM lines of trailing context after matching lines.
Places a line containing -- between contiguous groups of
matches.

-B NUM, --before-context=NUM
Print NUM lines of leading context before matching lines.
Places a line containing -- between contiguous groups of
matches.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

grep -- option?

Does anyone know what the double dashes in the following grep line mean? grep -c -- "->" The intent of the line is to have a long listing of a directory piped to it, and for it to count off the symbolic links based on the "->" characters. I'm not sure why the scripter decided to search for... (1 Reply)
Discussion started by: dmwatan
1 Replies

2. UNIX for Advanced & Expert Users

grep using -f option

Dear all I have a file with more than one patters to search.Such as pattern.txt. I have to grep these patterns into a data file such as data.txt.how to do this ,i tried /usr/xpg4/bin/grep -f <pattern_file> <data_file> Its not working. why or how to search pattern file ? (3 Replies)
Discussion started by: tkbharani
3 Replies

3. Shell Programming and Scripting

grep -m option

I am new to unix environment, can somebody help me with the grep options like -m. (3 Replies)
Discussion started by: vikas_kesarwani
3 Replies

4. UNIX for Dummies Questions & Answers

grep -v '#' option

Hi, I've the following code in my program. grep 'FILE_PREFIX' /cblconfig |grep -v '#' > $fpfx-filename I'm not sure what second grep does. Can someone explain this command? Thanks (1 Reply)
Discussion started by: ani12345
1 Replies

5. Solaris

Grep -A -B -C option

Hi, Does anyone know why -A/B/C is not working with grep on my solaris box? Thanks, Prince (5 Replies)
Discussion started by: john_prince
5 Replies

6. Shell Programming and Scripting

Need best grep option or alternative

Hello, I am processing a text file which contains only words with few combination of characters (it is a dictionary file). example: havana have haven haven't havilland havoc Is there a way to exclude only 1 to 8 character long words which not include space or special characters : '-`~.. so... (5 Replies)
Discussion started by: alekkz
5 Replies

7. Shell Programming and Scripting

grep with cut option??

This is my command-line code in my script, passwd=`grep $passwd $userfile | cut -f2 -d: login_users > retrieve` the cut -f2 -d: login_users > retrieve searches and prints the whole column two. what I need is one of the items in the column two only.. what option can I add to my cut... (2 Replies)
Discussion started by: jenimesh19
2 Replies

8. UNIX for Dummies Questions & Answers

Use the -B option with grep

I am trying to parse out a file using grep - I would like to use the -B option so that the grep command prints the previous 2 lines if/when my string is matched - listed below are two examples - one with the info I want printed to a new file and one with info I want ignored. Any help with the grep... (6 Replies)
Discussion started by: bjdamon
6 Replies

9. Shell Programming and Scripting

-v and -f option for grep not working

In solaris, i m trying to find the files having a particulat extension and then from the list i want to exclude those files which is present in a file. But it seems the -f and -v option are not working find $source -type f -name $extn | /usr/xpg4/bin/grep -F -v -f $exclude | while read... (7 Replies)
Discussion started by: millan
7 Replies

10. UNIX for Dummies Questions & Answers

Grep -C option not available

grep -C option is not availbale and i am using korn shell. Even -C option in man grep is not showing.. Input file : test.txt 111 333 444 555 aaa bbbb Command : grep -C1 555 test.txt Required output: 444 555 (8 Replies)
Discussion started by: NareshN
8 Replies
GRUB-MKFONT(3)						     Library Functions Manual						    GRUB-MKFONT(3)

NAME
grub-mkfont -- Convert common font file formats into the PF2 format. SYNOPSIS
grub-mkfont [--ascii-bitmaps] [-a | --force-autohint] [-b | --bold] [-c | --asce=NUM] [-d | --desc=NUM] [-i | --index=NUM] [-n | --name=NAME] [--no-bitmap] [--no-hinting] <-o | --output=FILE> [-r | --range=FROM-TO[,FROM-TO]] [-s | --size=SIZE] [-v | --verbose] [--width-spec] FONT_FILES DESCRIPTION
grub-mkfont converts font files from common formats into the PF2 format used by GRUB. OPTIONS
--ascii-bitmaps Save only bitmaps for ASCII characters. --force-autohint Force generation of automatic hinting. --bold Convert font to bold. --asce=NUM Set font ascent to NUM. --desc=NUM Set font descent to NUM. --index=NUM Select face index NUM. --name=NAME Set font family to NAME. --no-bitmap Ignore bitmap strikes when loading. --no-hinting Disable hinting. --output=FILE Save ouptut to FILE. This argument is required. --range=FROM-TO,FROM-TO Set the font ranges to each pair of FROM,TO. --size=SIZE Set font size to SIZE. --verbose Print verbose messages. --width-spec Create a width summary file. FONT_FILES The input files to be converted. SEE ALSO
info grub Wed Feb 26 2014 GRUB-MKFONT(3)
All times are GMT -4. The time now is 11:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy