piep

程序名称:piep

授权协议: GPLv3

操作系统: Linux

开发语言: Python

piep 介绍

piep (发音 “pipe”) 是一个命令行工具,它可以让你使用 Python 的语法来调用 awk, sed, grep, tr,
cut 等工具,因为这些工具的使用参数非常复杂,使用 piep 就可以简化这些工具的使用。

使用示例:

$ echo -e "Here are\nsome\nwords for you." | piep 'p.split() | len(p)'
2
1
3

$ echo -e "1\n2\n3\n4\n5\n6" | piep 'int(p) | p % 2 == 0 | p , "is even!"'
2 is even!
4 is even!
6 is even!

piep 官网

http://gfxmonk.net/dist/doc/piep/

相关编程语言

Pacman 是一个软件包管理器, 作为 ArchLinux 发行版...
Smb4K 是KDE下的网络共享浏览器 更多屏幕截图请看:...
Wine (“Wine Is Not an Emulator” 的首字母缩写)...
虚拟桌面软件,可管理最多9个虚拟桌面,你可以用热键...
UNetbootin (Universal Netboot Installer)为一种跨...
Cobbler 可以用来快速建立 Linux 网络安装环境,它已...