免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2093 | 回复: 0
打印 上一主题 下一主题

实践awk,sed 正则表达式应用。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-04-11 22:21 |只看该作者 |倒序浏览
由于BSD不能3G上网,也没有备份,所以只能在winxp下下载。问网友要了个软件依赖记录。
记录如下。
atk-1.24.0 accessibility toolkit used by gtk+
bash-4.0.24 GNU Bourne Again Shell
bzip2-1.0.5 block-sorting file compressor, unencumbered
cairo-1.8.8 vector graphics library
cdparanoia-3.a9.8p0 CDDA reading utility with extra data verification features
desktop-file-utils-0.15 utilities for 'desktop' entries
esound-0.2.41v0 sound library for Enlightenment
faad-2.6.1 MPEG-2 and MPEG-4 AAC decoder
feh-1.3.4 lightweight image viewer
firefox35-3.5 redesign of Mozilla's browser component
gettext-0.17p0 GNU gettext
giblib-1.2.4p3 utility library including a imlib2 wrapper
glib2-2.18.4p3 general-purpose utility library
glitz-0.5.6p1 OpenGL image compositing library
gtk+2-2.14.7p0 multi-platform graphical toolkit
hicolor-icon-theme-0.10p4 high-color icon theme shell for GNOME and KDE
imlib2-1.4.2 image manipulation library
jasper-1.900.1p0 reference implementation of JPEG-2000
jpeg-6bp5 IJG's JPEG compression utilities
lame-3.98.2 lame ain't an MP3 encoder
libaudiofile-0.2.6p2 SGI audiofile library clone
libdv-0.104p4 Quasar DV codec
libiconv-1.13 character set conversion library
libid3tag-0.15.1bp2 library for reading ID3 tags
libmpcdec-1.2.6 musepack decoder library
libogg-1.1.3 Ogg bitstream library
libtheora-1.0 open video codec
libungif-4.1.4p1 tools and library routines for working with GIF images
libxml-2.6.32p2 XML parsing library
mlterm-2.9.0p8 color terminal emulator with unicode support
mplayer-1.0rc2p24 movie player supporting MPEG, DivX, AVI, ASF, MOV & more
mrxvt-0.5.4p0 multi-tabbed terminal emulator
openbox-3.4.7.2p3 small, fast & usable window manager
pango-1.22.4p0 library for layout and rendering of text
pcre-7.9 perl-compatible regular expression library
png-1.2.35 library for manipulating PNG images
popt-1.7p0 getopt(3)-like library with a number of enhancements
py-xdg-0.16p1 python library to access freedesktop.org standards
python-2.5.4p1 interpreted object-oriented programming language
scim-1.4.7p0 smart common input method platform
scim-pinyin-0.5.91p0 scim input method module for pinyin
speex-1.2rc1 patent-free speech codec
sqlite3-3.6.13p0 embedded SQL implementation
startup-notification-0.9 library for tracking application startup
tiff-3.8.2p4 tools and library routines for working with TIFF images
x264-20090204 free H264/AVC encoder
xvidcore-1.2.2 ISO MPEG-4 compliant video codec
zsh-4.3.10 Z shell, Bourne shell-compatible

-、
下载unix命令工具。gnuwin32 包在 (gnuwin32.sourceforge.net/) 解压后就能使用了。

二、
cd D:\BACKUP\SYSTEM\UNIX\BSD\OpenBSD\packages

三、
gawk "{ print $1 }" e.log | sed -e "s/\-.*//" -e "s/^/wget -c ftp\:\/\/ftp\.openbsd\.org\/pub\/OpenBSD\/4\.6\/packages\/amd64\//g" -e "s/$/*/g" >a.bat

四、
a.bat

后记:
正则表达式中没找到 简单表示带有原字符的字符串,比如用“ftp://ftp.openbsd.org/pub/OpenBSD/4.6/packages/amd64/" 表示 ftp\:\/\/ftp\.openbsd\.org\/pub\/OpenBSD\/4\.6\/packages\/amd64\/ 的方法。
备注:原发于: http://www.jiarun.org/thread-2099-1.html#post2651
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP