My favorites | Sign in
Google
Projects on Google Code Results 1 - 4 of 4
Le but de ce TP est de programmer un shell minimal en C. == Analyse du travail: == Notre shell sera une simple boucle d'interaction qui affiche une invite de commande coloré (prompt()), lit une ligne entrée au clavier (lire()), analyser cette ligne (decoupe()), l'exécute, et recomme...
通过Python的缺省内置模块实现对Unix/Linux/Windows等操作系统方便的文件系统管理。 e.g. -h: 显示帮助信息 -f: 遍历当前文件系统目录,显示当前文件系统目录中所有的文件 -s: 搜索当前文件系统目录,显示当前文件系统目录中符合搜索条件的所有文件 短期目标是实现对文件系统的搜索功能。 未来的想法是实现对文件系统的全文搜索功能。希望有兴趣的程序员一起来参与。 目前使用到的Python内置模块:os, sys, re, glob, datetime等。
Wildcard is a Java library that performs efficient pattern matching of file names. Files can be matched with wildcards or regular expressions. Matched files can be easily copied, deleted, zipped, etc.
A cross-platform command line library which can parse almost any of the standard command line formats in use today. It supports character types of ASCII, MBCS and Unicode. It is designed explicitly to be portable to any platform and has been tested on Windows and Linux. It also includes a cross-plat...