文件名称:del_line_num
介绍说明--下载内容均来自于网络,请自行研究使用
在终端输入:
./change 源文件名 目标文件名
即可将源文件中的行号滤去。
^_^方便运行教程中的一些带行号的程序
比如
1: #!/usr/bin/perl -w
2:
3: $radius=50
4:
5: $area=3.14159*($radius ** 2)
6: print $area
经过处理后变成
#!/usr/bin/perl -w
$radius=50
$area=3.14159*($radius ** 2)
print $area -the terminal input :./Change the source file name from the target file can be the source of filtered, OK. ^ _ ^ Guide convenient operation with a number of firms, such as a process :#!/usr/bin/perl-w 2 : 3 : $ radius = 50 4 : 5 : area = $ 3.14159* ($ radius** 2) 6 : area print $ processed into#!/usr/bin/perl-w $ radiu s = $ 50 area = 3.14159* ($ radius** 2) $ print area
./change 源文件名 目标文件名
即可将源文件中的行号滤去。
^_^方便运行教程中的一些带行号的程序
比如
1: #!/usr/bin/perl -w
2:
3: $radius=50
4:
5: $area=3.14159*($radius ** 2)
6: print $area
经过处理后变成
#!/usr/bin/perl -w
$radius=50
$area=3.14159*($radius ** 2)
print $area -the terminal input :./Change the source file name from the target file can be the source of filtered, OK. ^ _ ^ Guide convenient operation with a number of firms, such as a process :#!/usr/bin/perl-w 2 : 3 : $ radius = 50 4 : 5 : area = $ 3.14159* ($ radius** 2) 6 : area print $ processed into#!/usr/bin/perl-w $ radiu s = $ 50 area = 3.14159* ($ radius** 2) $ print area
(系统自动生成,下载前可以参看下载内容)
下载文件列表
change
change.c
change.c