LINUX.ORG.RU

История изменений

Исправление blind_oracle, (текущая версия) :

# cat 1
http://site.ru
http://site.ru
http://site.ru

# cat 2
/index.php
/index.php
/index.php

# paste --delimiters='' 1 2
http://site.ru/index.php
http://site.ru/index.php
http://site.ru/index.php

Что не так то?

Исходная версия blind_oracle, :

[code]
# cat 1
http://site.ru
http://site.ru
http://site.ru

# cat 2
/index.php
/index.php
/index.php

# paste --delimiters=" 1 2
http://site.ru/index.php
http://site.ru/index.php
http://site.ru/index.php
[/code]
Что не так то?