Sponsored Content
Top Forums Shell Programming and Scripting sed print from last occurrence match until the end of last occurrence match Post 303008888 by Don Cragun on Thursday 7th of December 2017 06:58:49 AM
Old 12-07-2017
I repeat: Is this a homework assignment?

And, for the third time: Why is sed the only option for this task?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Print last occurrence if first field match

Hi All, I have an input below. If the term in the 1st column is equal, print the last row which 1st column is equal.In the below example, it's " 0001 k= 27 " and " 0004 k= 6 " (depicted in bold). Those terms in 1st column which are not repetitive are to be printed as well. Can any body help me... (9 Replies)
Discussion started by: Raynon
9 Replies

2. Shell Programming and Scripting

Sed to print a string until the second occurrence of a character

Hi, I am totally new to shell scripting. I have a String "c:\working\html\index.txt.12-12-2009.bkp" I want to check if the string has more than one "." character. If it does I would like to retrieve only "c:\working\html\index.txt" i.e, discard the second occurrence of "." and the rest of the... (7 Replies)
Discussion started by: imr
7 Replies

3. Shell Programming and Scripting

last occurrence of a match through multiple files

Hi all, I have a lot of files with extension ".o" and I would like to extract the 10th line after (last) occurrence of a given string in each of the files. I tried: $ grep "string_to_look_for" *.o -A 10 | tail -1 but it gives the occurrence in the last file with extension .o ... (1 Reply)
Discussion started by: f_o_555
1 Replies

4. Shell Programming and Scripting

SED to replace exact match, not first occurrence.

Lets say I have file.txt: (Product:Price:QuantityAvailable) (: as delimiter) Chocolate:5:5 Banana:33:3 I am doing a edit/update function. I want to change the Quantity Available, so I tried using the SED command to replace 5, but my Price which is also 5 is changed instead. (for the Banana... (13 Replies)
Discussion started by: andylbh
13 Replies

5. Shell Programming and Scripting

sed print from last occurrence match until the end of file

Hi, i have file f1.txt with data like: CHECK a b CHECK c d CHECK e f JOB_START .... I want to match the last occurrence of 'CHECK' until the end of the file. I can use awk: awk '/^CHECK/ { buf = "" } { buf = buf "\n" $0 } END { print buf }' f1.txt | tail +2Is there a cleaner way of... (2 Replies)
Discussion started by: ysrini
2 Replies

6. UNIX for Dummies Questions & Answers

[Solved] Replace first occurrence after match

hey guys, i have been trying to work this thing out with sed with no luck :confused: i m looking for a way to replace only the first occurrence after a match for example : Cat Realized what you gotta do Dog Realized what you gotta do Sheep Realized what you gotta do Wolf Realized... (6 Replies)
Discussion started by: boaz733
6 Replies

7. Shell Programming and Scripting

Egrep - Only Match First Occurrence

echo 'String#1 and String#2' | egrep -o -m 1 'String#.{1}' String#1 String#2 I'm trying to just match the first occurrence of 'String#' + 1 character. I thought the "-m 1" switch would do that for me. Instead I get both occurrences. Can somebody provide some insight? Thanks! (5 Replies)
Discussion started by: sudo
5 Replies

8. Shell Programming and Scripting

UNIX help to print 50 lines after every 3rd occurrence pattern till end of file

I need help with extract/print lines till stop pattern. This needs to happen after every 3rd occurrence of start pattern and continue till end of file. Consider below is an example of the log file. my start pattern will be every 3rd occurrence of ERROR_FILE_NOT_FOUND and stop pattern will be... (5 Replies)
Discussion started by: NSS
5 Replies

9. UNIX for Dummies Questions & Answers

Code for exact match to count occurrence

Hi all, I have an input file as below. I would like to count the occurrence of pattern matching 8th field for each line. Input: field_01 field_02 field_03 field_04 field_05 field_06 field_07 field_08 TA T TA T TA TA TA... (3 Replies)
Discussion started by: huiyee1
3 Replies

10. Shell Programming and Scripting

awk command to get file content until 2 occurrence of pattern match

AWK command to get file content until 3 occurrence of pattern match, INPUT FILE: JMS_BODY_FIELD:JMSText = <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <custOptIn xmlns="http://com/walm/ta/cu/ccs/xml2"> <person>Romi</person> <appName>SAP</appName> </custOptIn> ... (4 Replies)
Discussion started by: prince1987
4 Replies
vxvoladmtask(1M)														  vxvoladmtask(1M)

NAME
vxvoladmtask - administer ISP tasks SYNOPSIS
vxvoladmtask abort task_tag vxvoladmtask clear [task_tag] vxvoladmtask list vxvoladmtask [-t time] [-n] monitor task_tag vxvoladmtask set task_tag=new_task_tag DESCRIPTION
The vxvoladmtask utility can be used to perform basic administrative operations on tasks that have been created by the Intelligent Storage Provisioning (ISP) feature of Veritas Volume Manager (VxVM). You can use the command to list ISP tasks, to monitor their states, and if required, to cancel tasks. KEYWORDS
abort Cancels the specified ISP task. clear Removes all ISP task objects from the specified task. If no task is specified, this keyword clears all task objects for tasks that have a status of CANCELLED, DONE or FAILED. help Displays information on vxvoladmtask usage. list Lists all ISP tasks. monitor Monitors the specified ISP task. set Renames the tag for an ISP task. OPTIONS
-n Monitors ISP tasks that are newly registered while the program is running, as well as the specified ISP tasks. This option applies only to the monitor keyword. -t time Exits monitoring after time seconds. This option applies only to the monitor keyword. EXAMPLES
List all ISP tasks: vxvoladmtask list Remove the ISP task object with the tag, Task1: vxvoladmtask clear Task1 Cancel the allocator task object with the tag, Task2: vxvoladmtask abort Task2 EXIT STATUS
The vxvoladmtask utility exits with a non-zero status if the attempted operation fails. A non-zero exit code is not a complete indicator of the problems encountered, but rather denotes the first condition that prevented further execution of the utility. SEE ALSO
vxvoladm(1M), vxpool(1M), vxtemplate(1M), vxusertemplate(1M) VxVM 5.0.31.1 24 Mar 2008 vxvoladmtask(1M)
All times are GMT -4. The time now is 06:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy