Sponsored Content
Top Forums Shell Programming and Scripting Extract filepath names between two strings Post 303017988 by RudiC on Saturday 26th of May 2018 11:00:44 AM
Old 05-26-2018
Not with the sed and file versions that I have:
Code:
sed 's/^file \| conflict.*$//g' file
/usr/share/icons/Papirus/16x16/actions/papirus-icon-theme-20180501-1.noarch
/usr/share/icons/Papirus/16x16/actions/align-horizontal-left-to-anchor.svg
/usr/share/icons/Papirus/16x16/actions/align-horizontal-left.svg
/usr/share/icons/Papirus/16x16/actions/align-horizontal-right-out.svg
/usr/share/icons/Papirus/16x16/actions/align-horizontal-right-to-anchor.svg


Any special chars (or e.g. a <TAB> in lieu of space) in your file? What be your sed version?
This User Gave Thanks to RudiC For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

tar: extract single file to different filepath

Hi, This is my first post here - I'm hoping I can get some help! I have searched these forums and othersand not getting anything that works. I am trying to extract a single file from a tar archive to a diffierent location than it will default to. For example my tar log shows me ... a... (3 Replies)
Discussion started by: littleIdiot
3 Replies

2. Shell Programming and Scripting

How extract strings (perl)

Sample data: revision001 | some text | some text Comment: some comment Brief: 1) brief 2) brief ------------------------------------------ revision002 | some text | some text Brief: 1) brief 2) brief FIX: some fix ------------------------------------------ revision003 | some... (8 Replies)
Discussion started by: inotech
8 Replies

3. UNIX for Dummies Questions & Answers

command to extract sub-string out of file names

I have these files in a directory. It may have more class than the sample below: DEPT_CHEM101LEC_D_20110301.DAT DEPT_CHEM101LAB_D_20110301.DAT DEPT_BIO105LEC_D_20110325.DAT DEPT_BIO105LAB_D_20110325.DAT DEPT_CSC308LEC_D_20110327.DAT DEPT_CSC308LAB_D_20110327.DAT Is there way to extract out... (5 Replies)
Discussion started by: lv99
5 Replies

4. Shell Programming and Scripting

Extract text between two strings

Hi I have something like this: EXAMPLE 1 CREATE UNIQUE INDEX "STRING_1"."STRING_2" ON "BOSNI_CAB_EVENTO" ("CD_EVENTO" , "CD_EJECUCION" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 5242880 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "DB1000_INDICES_512K"... (4 Replies)
Discussion started by: chrispaz81
4 Replies

5. Shell Programming and Scripting

Extract all proper names from string with awk

I want to extract the proper names with awk from a very long string, like: õ(k): &lt;/span&gt;<br /><a something="pls/pe/person.person?i_pers_id=3694&amp;i_topic_id=2&amp;i_city_id=3372&amp;i_county_id=-1" target="_blank"><b>Gary Oldman</b></a> (George Smiley)<br /><a... (12 Replies)
Discussion started by: lyp
12 Replies

6. Shell Programming and Scripting

Extract function names and directories from php files

I need a script that extracts function names from php files together with their location (path and file in which they are defined). The php files are located in several directories under a base directory. Ideally the output should be something like: "Path/FileName/FunctionName" for a... (2 Replies)
Discussion started by: bamse
2 Replies

7. Shell Programming and Scripting

Extract two strings from a file and create a new file with these strings

I have the following lines in a log file. It would be great if some one can help me to create a new file with the just entries in the below format. 66.150.161.195 HPSAC=Z05 66.150.161.196 HPSAC=A05 That is just extract the IP address and the string DPSAC=its value 66.150.161.195 -... (1 Reply)
Discussion started by: Tuxidow
1 Replies

8. UNIX for Dummies Questions & Answers

Extract code between 2 strings.

Hi, Im having some problems with this. I have loaded a file with html code. All code is placed in the same line. I want to get everything between two given strings (including these strings and get only the first appearance). Example: File contains <html><body><a href='a.html'>abc</a><a... (5 Replies)
Discussion started by: ngb
5 Replies

9. UNIX for Dummies Questions & Answers

Issue when using egrep to extract strings (too many strings)

Dear all, I have a data like below (n of rows=400,000) and I want to extract the rows with certain strings. I use code below. It works if there is not too many strings for example n of strings <5000. while I have 90,000 strings to extract. If I use the egrep code below, I will get error: ... (3 Replies)
Discussion started by: forevertl
3 Replies

10. Shell Programming and Scripting

Extract strings from output

I am having the following output when executing a dig command : dig @1.1.1.1 google.com +noall +answer +stats ; <<>> DiG 9.11.4-P1 <<>> @1.1.1.1 google.com +noall +answer +stats ; (1 server found) ;; global options: +cmd obodrm.prod.at.dmdsdp.com. 86154 IN A ... (1 Reply)
Discussion started by: liviusbr
1 Replies
GOSMORE(1)						      General Commands Manual							GOSMORE(1)

NAME
gosmore - Viewer for OpenStreetMap data, with routing and searching SYNONPSIS
gosmore [rebuild [minlatitude minlongitude maxlat maxlong] QUERY_STRING="flat=...&flon=...&tlat=...&tlon=...&fast=[01]&v=..." gosmore DESCRIPTION
gosmore is a GTK+ application for viewing OpenStreetMap data. It can calculate the fastest route between two points. It can also has incre- mental search capability and the results are ordered by distance from the current viewpoint. See the wiki page for details on two pass bounding box rebuilding. Note that the binary file format is not yet stable and rebuilding is recommended after upgrading. FILES
/usr/share/gosmore/elemstyles.xml ~/.gosmore/elemstyles.xml This file determines how each OSM element is rendered and how it affects routing. A list of valid icons cans be found in /usr/share/gosmore/icons.csv gosmore.pak The binary data created during rebuild ENVIRONMENT
QUERY_STRING If this variable is set, gosmore will try to compute the specified route, output the result and then exit (ie. headless query). EXAMPLE
wget http://download.cloudmade.com/europe/denmark/denmark.osm.bz2 bzcat denmark.osm.bz2 | gosmore rebuild gosmore SEE ALSO
JOSM, gpds nav-it http://wiki.openstreetmap.org/wiki/Gosmore AUTHOR
Nic Roets <nroets@gmail.com> with contributions from David Dean and many others. 27 June 2009 GOSMORE(1)
All times are GMT -4. The time now is 12:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy