LINUX.ORG.RU

sed замена точки на тире

 ,


0

1

Вечер добрый! Есть текст вида: 3.6.2 нужно как то привести к виду: 3.6-2 Вроде как можно через sed но что то не могу придумать) плиз хелп)



Последнее исправление: Flover (всего исправлений: 1)

Недостаточно чётко описана задача. Если будет больше точек, или других символов в строке?

mky ★★★★★
()
Ответ на: комментарий от mky

больше не будет. будут отличаться только цифры, но формат будет тот же

Flover
() автор топика
Ответ на: комментарий от quantum-troll

Когда я на Delphi в windows писал «Здравствуй Мир!» использовал это:

unit RegExpr;

{
     TRegExpr class library
     Delphi Regular Expressions

 Copyright (c) 1999-2004 Andrey V. Sorokin, St.Petersburg, Russia

 You may use this software in any kind of development,
 including comercial, redistribute, and modify it freely,
 under the following restrictions :
 1. This software is provided as it is, without any kind of
    warranty given. Use it at Your own risk.The author is not
    responsible for any consequences of use of this software.
 2. The origin of this software may not be mispresented, You
    must not claim that You wrote the original software. If
    You use this software in any kind of product, it would be
    appreciated that there in a information box, or in the
    documentation would be an acknowledgement like

     Partial Copyright (c) 2004 Andrey V. Sorokin
                                http://RegExpStudio.com
                                mailto:anso@mail.ru

 3. You may not have any income from distributing this source
    (or altered version of it) to other developers. When You
    use this product in a comercial package, the source may
    not be charged seperatly.
 4. Altered versions must be plainly marked as such, and must
    not be misrepresented as being the original software.
 5. RegExp Studio application and all the visual components as 
    well as documentation is not part of the TRegExpr library 
    and is not free for usage.

                                    mailto:anso@mail.ru
                                    http://RegExpStudio.com
                                    http://anso.da.ru/
}

И как бы у меня интернета постоянного небыло.

Сейчас всё проще, загуглил правильно = получил ответ

kickass
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.