由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 大牛 in Perl and SED?
相关主题
A problem on string parsing (using either grep or perl)Perl:如何处理这种hash 结构,
How to concatenate two .tar.gz filesPython question
python gc questionPath with non-ascii character
[合集] 如何能让这个程序快一点呢?太慢了天,如何能让程序转得快点?有包子。
gvim diff questionTruncation error import csv file to SQL table (转载)
how to assign new value to loop variables?perl monk (ascii art)
如果python command line positional arguments 里有些是运算,那这种argument 该怎么处理?Usage of Grep???help!!!
怎样才能用perl等东西知道c macro中的数值[转载] 在CGI程序中有何好方法返回HTML
相关话题的讨论汇总
话题: yyy话题: sed话题: xxx话题: file2话题: file1
进入Programming版参与讨论
1 (共1页)
d*o
发帖数: 108
1
我知道
$yyy = anything;
$replace = “sed `s/XXX/$yyy/g` file1 > file2;
但在下面的 “.” 甚摸意思呢? (结果是一样的. Code written by someone else)
$yyy = anything;
$replace = “sed `”.”s/XXX/”.$yyy.”/g` file1 > file2;
G*O
发帖数: 706
2
concatenation.

else)

【在 d*o 的大作中提到】
: 我知道
: $yyy = anything;
: $replace = “sed `s/XXX/$yyy/g` file1 > file2;
: 但在下面的 “.” 甚摸意思呢? (结果是一样的. Code written by someone else)
: $yyy = anything;
: $replace = “sed `”.”s/XXX/”.$yyy.”/g` file1 > file2;

c**t
发帖数: 2744
3
+

我知道
$yyy = anything;
$replace = “sed `s/XXX/$yyy/g` file1 > file2;
但在下面的 “.” 甚摸意思呢? (结果是一样的. Code written by someone else)
$yyy = anything;
$replace = “sed `”.”s/XXX/”.$yyy.”/g` file1 > file2;

【在 d*o 的大作中提到】
: 我知道
: $yyy = anything;
: $replace = “sed `s/XXX/$yyy/g` file1 > file2;
: 但在下面的 “.” 甚摸意思呢? (结果是一样的. Code written by someone else)
: $yyy = anything;
: $replace = “sed `”.”s/XXX/”.$yyy.”/g` file1 > file2;

E*****e
发帖数: 75
4
俺也没看懂,为啥有三个点点?

else)

【在 c**t 的大作中提到】
: +
:
: 我知道
: $yyy = anything;
: $replace = “sed `s/XXX/$yyy/g` file1 > file2;
: 但在下面的 “.” 甚摸意思呢? (结果是一样的. Code written by someone else)
: $yyy = anything;
: $replace = “sed `”.”s/XXX/”.$yyy.”/g` file1 > file2;

m******i
发帖数: 6
5
因为OP的quotes不match,所以你看不懂。

【在 E*****e 的大作中提到】
: 俺也没看懂,为啥有三个点点?
:
: else)

1 (共1页)
进入Programming版参与讨论
相关主题
[转载] 在CGI程序中有何好方法返回HTMLgvim diff question
perl array|hash questionhow to assign new value to loop variables?
perl:里有象 c assert 的东西吗?如果python command line positional arguments 里有些是运算,那这种argument 该怎么处理?
请问perl程序能不能加运行参数?怎样才能用perl等东西知道c macro中的数值
A problem on string parsing (using either grep or perl)Perl:如何处理这种hash 结构,
How to concatenate two .tar.gz filesPython question
python gc questionPath with non-ascii character
[合集] 如何能让这个程序快一点呢?太慢了天,如何能让程序转得快点?有包子。
相关话题的讨论汇总
话题: yyy话题: sed话题: xxx话题: file2话题: file1