Note that there are some explanatory texts on larger screens.

plurals
  1. POsed replace text and put to end of line
    primarykey
    data
    text
    <p>get the following output:</p> <pre><code>&lt;iframe src="http://domain.xy/load.php?file=2260301" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;|http://img1.domain.xy/t/301/320/5_2260301.jpg;http://img1.domain.xy/t/301/320/1_2260301.jpg;http://img1.domain.xy/t/301/320/2_2260301.jpg;http://img1.domain.xy/t/301/320/3_2260301.jpg;http://img1.domain.xy/t/301/320/4_2260301.jpg;http://img1.domain.xy/t/301/320/6_2260301.jpg;http://img1.domain.xy/t/301/320/7_2260301.jpg;http://img1.domain.xy/t/301/320/8_2260301.jpg;http://img1.domain.xy/t/301/320/9_2260301.jpg;http://img1.domain.xy/t/301/320/10_2260301.jpg| &lt;iframe src="http://domain.xy/load.php?file=2260279" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;|http://img9.domain.xy/t/279/320/10_2260279.jpg;http://img9.domain.xy/t/279/320/1_2260279.jpg;http://img9.domain.xy/t/279/320/2_2260279.jpg;http://img9.domain.xy/t/279/320/3_2260279.jpg;http://img9.domain.xy/t/279/320/4_2260279.jpg;http://img9.domain.xy/t/279/320/5_2260279.jpg;http://img9.domain.xy/t/279/320/6_2260279.jpg;http://img9.domain.xy/t/279/320/7_2260279.jpg;http://img9.domain.xy/t/279/320/8_2260279.jpg;http://img9.domain.xy/t/279/320/9_2260279.jpg| &lt;iframe src="http://domain.xy/load.php?file=2259929" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;|http://img9.domain.xy/t/929/320/1_2259929.jpg;http://img9.domain.xy/t/929/320/2_2259929.jpg;http://img9.domain.xy/t/929/320/3_2259929.jpg;http://img9.domain.xy/t/929/320/4_2259929.jpg;http://img9.domain.xy/t/929/320/5_2259929.jpg;http://img9.domain.xy/t/929/320/6_2259929.jpg;http://img9.domain.xy/t/929/320/7_2259929.jpg;http://img9.domain.xy/t/929/320/8_2259929.jpg;http://img9.domain.xy/t/929/320/9_2259929.jpg;http://img9.domain.xy/t/929/320/10_2259929.jpg| </code></pre> <p>and need the following:</p> <pre><code>&lt;iframe src="http://domain.xy/load.php?file=2260301" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;|5_2260301.jpg;1_2260301.jpg;2_2260301.jpg;3_2260301.jpg;4_2260301.jpg;6_2260301.jpg;7_2260301.jpg;8_2260301.jpg;9_2260301.jpg;10_2260301.jpg|http://img1.domain.xy/t/301/320/| &lt;iframe src="http://domain.xy/load.php?file=2260279" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;|10_2260279.jpg;1_2260279.jpg;2_2260279.jpg;3_2260279.jpg;4_2260279.jpg;5_2260279.jpg;6_2260279.jpg;7_2260279.jpg;8_2260279.jpg;9_2260279.jpg|http://img9.domain.xy/t/279/320/| &lt;iframe src="http://domain.xy/load.php?file=2259929" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;|1_2259929.jpg;2_2259929.jpg;3_2259929.jpg;4_2259929.jpg;5_2259929.jpg;6_2259929.jpg;7_2259929.jpg;8_2259929.jpg;9_2259929.jpg;10_2259929.jpg|http://img9.domain.xy/t/929/320/ </code></pre> <p>i use this command to get only the jpg filname,</p> <pre><code>sed 's|http://img*......................||g' </code></pre> <p>this is not elegant. i will search for another soloution. and i need to know how to save the directory urls and put each on the end of lines <code>http://img9.domain.xy/t/929/320/</code></p> <p>thx for help</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload