Sponsored Content
Full Discussion: Grep
Top Forums UNIX for Dummies Questions & Answers Grep Post 7552 by sanjay92 on Thursday 27th of September 2001 05:30:37 PM
Old 09-27-2001
Question Grep

I have a question about grep command in Unix. I want to search for a particular world from a file that world should be in the begining of the line and exactly match.
e.g.
say I have a file called find.txt
REM 1 2 3 4
REM 5 6 7 8
REMARK 1 2 3 4
1 2 3 REM 4

The result should print the above two lines only i.e.
REM 1 2 3 4
REM 5 6 7 8


What I want is similar to this command but this does not work.

grep -iw "^REM"

Any idea how to do this.

Thanks for your time.

Sanjay
sanjay92
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

MEM=`ps v $PPID| grep -i db2 | grep -v grep| awk '{ if ( $7 ~ " " ) { print 0 } else

Hi Guys, I need to set the value of $7 to zero in case $7 is NULL. I've tried the below command but doesn't work. Any ideas. thanks guys. MEM=`ps v $PPID| grep -i db2 | grep -v grep| awk '{ if ( $7 ~ " " ) { print 0 } else { print $7}}' ` Harby. (4 Replies)
Discussion started by: hariza
4 Replies

2. UNIX for Dummies Questions & Answers

| help | unix | grep - Can I use grep to return a string with exactly n matches?

Hello, I looking to use grep to return a string with exactly n matches. I'm building off this: ls -aLl /bin | grep '^.\{9\}x' | tr -s ' ' -rwxr-xr-x 1 root root 632816 Nov 25 2008 vi -rwxr-xr-x 1 root root 632816 Nov 25 2008 view -rwxr-xr-x 1 root root 16008 May 25 2008... (7 Replies)
Discussion started by: MykC
7 Replies

3. UNIX for Dummies Questions & Answers

| help | unix | grep (GNU grep) 2.5.1 | advanced regex syntax

Hello, I'm working on unix with grep (GNU grep) 2.5.1. I'm going through some of the newer regex syntax using Regular Expression Reference - Advanced Syntax a guide. ls -aLl /bin | grep "\(x\)" Which works, just highlights 'x' where ever, when ever. I'm trying to to get (?:) to work but... (4 Replies)
Discussion started by: MykC
4 Replies

4. Shell Programming and Scripting

grep for certain files using a file as input to grep and then move

Hi All, I need to grep few files which has words like the below in the file name , which i want to put it in a file and and grep for the files which contain these names and move it to a new directory , full file name -C20091210.1000-20091210.1100_SMGBSC3:1000... (2 Replies)
Discussion started by: anita07
2 Replies

5. UNIX for Dummies Questions & Answers

Difference between grep, egrep & grep -i

Hi All, Please i need to know the difference between grep, egrep & grep -i when used to serach through a file. My platform is SunOS 5.9 & i'm using the korn shell. Regards, - divroro12 - (2 Replies)
Discussion started by: divroro12
2 Replies

6. UNIX for Dummies Questions & Answers

Advanced grep'in... grep for data next to static element.

I have a directory I need to grep which consists of numbered sub directories. The sub directory names change daily. A file resides in this main directory that shows which sub directories are FULL backups or INCREMENTAL backups. My goal is to grep the directory for the word "full" and then... (2 Replies)
Discussion started by: SysAdm2
2 Replies

7. Shell Programming and Scripting

AWK/GREP: grep only lines starting with integer

I have an input file 12.4 1.72849432773174e+01 -7.74784188610632e+01 12.5 9.59432114416327e-01 -7.87018212757537e+01 15.6 5.20139995965960e-01 -5.61612429666624e+01 29.3 3.76696387248366e+00 -7.42896194101892e+01 32.1 1.86899877018077e+01 -7.56508762501408e+01 35 6.98857157014640e+00... (2 Replies)
Discussion started by: chrisjorg
2 Replies

8. UNIX for Dummies Questions & Answers

Bash - CLI - grep - Passing result to grep through pipe

Hello. I want to get all modules which are loaded and which name are exactly 2 characters long and not more than 2 characters and begin with "nv" lsmod | (e)grep '^nv???????????? I want to get all modules which are loaded and which name begin with "nv" and are 2 to 7 characters long ... (1 Reply)
Discussion started by: jcdole
1 Replies

9. UNIX for Dummies Questions & Answers

Piping grep into awk, read the next line using grep

Hi, I have a number of files containing the information below. """"" Fundallinfo 6.3950 14.9715 14.0482 """"" I would like to grep for Fundallinfo and use it to read the next line? I ideally would like to read the three numbers that follow in the next line and... (2 Replies)
Discussion started by: Paul Moghadam
2 Replies

10. Shell Programming and Scripting

Inconsistent `ps -eaf -o args | grep -i sfs_pcard_load_file.ksh | grep -v grep | wc -l`

i have this line of code that looks for the same file if it is currently running and returns the count. `ps -eaf -o args | grep -i sfs_pcard_load_file.ksh | grep -v grep | wc -l` basically it is assigned to a variable ISRUNNING=`ps -eaf -o args | grep -i sfs_pcard_load_file.ksh |... (6 Replies)
Discussion started by: wtolentino
6 Replies
CUE2TOC(1)						      General Commands Manual							CUE2TOC(1)

NAME
cue2toc - convert CUE to TOC format SYNOPSIS
cue2toc [-dhqv] [-o tocfile] [cuefile] DESCRIPTION
Cue2toc converts cuefile from CUE to TOC format and writes the result to tocfile. If either cuefile or tocfile is omitted or a single dash "-" cue2toc reads from standard input and writes to standard ouput respectively. CUE files are text files describing the layout of a CD-Rom and typically carry the extension ".cue". Cdrdao is a CD-burning application which has its own native TOC format to describe the disc layout. Although cdrdao has direct support for reading CUE files, it is currently limited to data tracks only. So cue2toc's main usefulness lies in converting CUE files containing audio tracks. CUE files for audio discs often come with data files in compressed audio formats like MP3 or Ogg Vorbis. To burn such a disc with cdrdao these files must be converted to WAVE or raw format. Cue2toc can do this automatically if configured properly (see section CONFIGURATION below for more information). Cue2toc normally displays warning messages for unsupported commands and constructs as well as for each data file converted. The -q option disables these messages. OPTIONS
-d print debugging information -h print a short help message -o tocfile write result to tocfile instead of standard ouput -q quiet mode; do not print warnings -v display version information CUE FORMAT
What follows is a description of the CUE format expected by cue2toc. For information about the TOC format please consult the cdrdao(1) manual page. CUE files consist of commands and their arguments which must be separated from each other by any number of whitespace characters. Space, horizontal tabulator, newline and carriage return are recognized as whitespace characters except inside strings surrounded by double quotes, where they are part of the string. Commands are not case sensitive. CD-Text data can be at most 80 characters per item. Timecode values are accepted in the forms "X:X:X", "X:X" and "X" where each "X" must consist of at most two digits and may be zero padded to the left. They are interpreted as "M:S:F", "S:F" and "F" respectively where "M" means "minutes" and must be in the range 0 <= M <= 99, "S" means "seconds" and must be in the range 0 <= S <= 59, and "F" means "frames" and must be in the range 0 <= F <= 74. CUE files are logically divided into a global section and one to 99 track sections. Inside these sections the following commands are allowed: Global Section REM anything_to_newline CATALOG string CDTEXTFILE string TITLE string PERFORMER string SONGWRITER string FILE string BINARY|MOTOROLA|AIFF|WAVE|MP3 REM Optional. Introduces a comment. Anything from there on up to and including the next newline character is ignored. Comments can appear anywhere in the file but not between a command and its arguments. CATALOG Optional. The Media Catalog Number of the disc. Must be exactly 13 characters. CDTEXTFILE Optional. Specifies an external file containing CD-Text data. Ignored. TITLE Optional. The CD-Text title of the disc. PERFORMER Optional. The CD-Text performer of the disc. SONGWRITER Optional. The CD-Text songwriter of the disc. FILE Required. The name and type of the file to be used for all following tracks. The string contains the name of the file followed by one of BINARY, MOTOROLA, AIFF, WAVE or MP3. As far as cue2toc is concerned the type of the file is effectively ignored. Nonethe- less MOTOROLA, AIFF and MP3 cause printing of a warning message since these file types can not be used directly with cdrdao. The first appearance of a TRACK command causes leaving of the global section and entering the track section. Track Section TRACK number mode REM anything_to_newline FLAGS [DCP] [4CH] [PRE] [SCMS] ISRC string TITLE string PERFORMER string SONGWRITER string PREGAP timecode INDEX number timecode POSTGAP timecode FILE string BINARY|MOTOROLA|AIFF|WAVE|MP3 TRACK Required. Starts a new track definition. The number is ignored. The mode must be one of AUDIO, MODE1/2048, MODE1/2352, MODE2/2336 or MODE2/2352. FLAGS Optional. Defines the flags for this track. Must be followed by one or more of the following commands: DCP (digital copy permit- ted), 4CH (four channel audio), PRE (pre-emphasis enabled) and SCMS (serial copy management system). SCMS is ignored because there is no corresponding option in the TOC format. ISRC Optional. The International Standard Recording Code for this track. Must be exactly 12 characters long. TITLE Optional. The CD-Text title of this track. PERFORMER Optional. The CD-Text performer of this track. SONWRITER Optional. The CD-Text songwriter of this track. PREGAP Optional. The length of the track pregap to be filled with zero data. Mutually exclusive with INDEX 0. POSTGAP Optional. The length of the track postgap to be filled with zero data. INDEX Optional. The number must be in the range 0 <= number <= 99. Index number 1 specifies the start of the track. Index number 0 is the start of the track pregap filled with data from the file, i.e. the difference between index 0 and index 1 is the length of the pre- gap. Index 0 is mutually exclusive with PREGAP. Index numbers greater than 1 specify subindexes for this track and must be sequen- tial. FILE Optional in track section. The syntax is the same as described above and if it appears inside a track specification it takes effect on the next TRACK command. CONFIGURATION
Cue2toc can be configured by specifying options in the file ~/.cue2tocrc. The syntax of this file and allowed configuration options follow. Comments are introduced by the hash character '#' and extend to the end of the line. Configuration options take the form OPTION = value The value must be quoted if it contains whitespace characters. To include a double quote character in a quoted string, precede it with a backslash. Option values can either be of boolean type or string type. For boolean types any one of "yes", "y", "true" or "1" means true and anything else means false. The "default value" in the descriptions of the individual options below is the value assumed by cue2toc in the absence of the option from the configuration file. CONVERTER = ext_from ext_to command This option takes three string arguments and specifies a converter for files with the extension ext_from. They are converted by the given command and the extension is replaced with ext_to in the TOC file. When the command is run the environment will contain the two variables C2T_FROM and C2T_TO which contain the original and new file name respectively. For example CONVERTER = .mp3 .wav "lame --decode "$C2T_FROM" "$C2T_TO"" will convert all MP3 files to WAVE format using lame. It is a good idea to quote the varibles $C2T_FROM and $C2T_TO because they could contain whitespace or other funny characters with a special meaning to the shell. This option can be specified multiple times and each file is checked against the list of converters to see if it matches any of them. If multiple converters match a given file only the first match is used. If a file with the name that results from replacing ext_from with ext_to already exists, the conversion command will not be exe- cuted. This option has no default value. CONVERT = boolean This option enables or disables the conversion of data files as described above for the CONVERTER option. If this option is false, no conversion will take place. The default value is "yes". QUIET = boolean If this option is true it has the same effect as if cue2toc was invoked with the -q command line option. The default value is "no". CDTEXT = boolean This option enables or disables the writing of CD-Text data to the TOC file if it is present in the CUE file. The default value is "yes". LIMITATIONS
The command CDTEXTFILE and the flag SCMS have no equivalent in the TOC format and are ignored. CUE files containing data tracks which specify a starting time greater than zero cannot be converted by cue2toc because the TOC format does not provide a way to specify a starting time at all for data tracks. However if the CUE file does not contain any audio tracks you can try to use the CUE file directly with cdrdao. FILES
~/.cue2tocrc The configuration file. The format of this file is described in the section CONFIGURATION above. SEE ALSO
cdrdao(1), lame(1) BUGS
Since cue2toc's definition of the CUE format is entirely based on a number of different CUE files the author came across there is a very high probability that it will not work correctly with all the other CUE files you might encounter. If this is the case for you please send the problematic CUE file along with the version number of cue2toc to <dermatsch@gmx.de>. AUTHOR
Matthias Czapla <dermatsch@gmx.de> CUE2TOC(1)
All times are GMT -4. The time now is 11:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy