menu layout menu layout

Hyperlink: Unix: Software: Util
 

HOME : Unix : Software : Util
 

Utilitários

Compactadores

  • Info-ZIP Home Page ( também via FTP)
    Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc.
    Info-ZIP supports hardware from microcomputers to supercomputers, running on almost all versions of Unix, Windows, and hundreds of other operating systems.
    MacZip - Zip for Macintosh (Info-ZIP) (MacZip URL alternativo).
  • The gzip (GNU zip) Home Page
    Um programa de compressão de dados muito popular, criado pelo francês Jean-loup Gailly.
  • zlib - "A Massively Spiffy Yet Delicately Unobtrusive Compression Library"
    zlib foi projetada para ser um biblioteca de compressão de dados sem perda, gratuita, de uso-geral, legalmente livre — isto é, não coberta por nenhuma patente — para uso em virtualmente qualquer hardware de computador e sistema operacional. O próprio formato de dados zlib é portável entre plataformas. Diferente do método de compressão LZW usado no compress do Unix e no formato de imagem GIF, o método de compressão usado na zlib nunca expande os dados (ou seja, não há situação em que o dado compactado fique maior que o original). zlib foi escrita por Jean-loup Gailly (compactação) e Mark Adler (descompactação), que também participam da autoria dos utilitários gzip, UnZip e Zip. Não é surpresa portanto que o algoritmo de compressão usado na zlib é essencialmente o mesmo de gzip and Zip, nominalmente, o método 'deflate' originado no PKZIP 2.x da PKWARE.
    ZLib DLL & cmp-z-it OCX for Windows.
    ZlibTool OCX (leia também o FAQ - zlib OCX).
  • GNU tar
  • bzip2
    The bzip2 and libbzip2 official home page.
    bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.

Tree

  • UnixTree
    UnixTree is a powerful and versatile console-mode filemanager for Unix and Linux systems, modeled very closely after the distinguished DOS program XTreeGold. "Don't leave $HOME without it!"
    UnixTree is written by Rob Juergens and is "Free Software", released as "Open Source" under the terms of the GNU General Public License (GPL).
  • Tree
    Tree is a recursive directory listing program that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty.

Substituição de Texto em Arquivos

Você tem grep, sed e awk. Mas às vezes você quer realizar substituição de texto em arquivos, usando uma sintaxe tão simples e direta quanto o grep tem para a parte de busca.

  • rpl
    rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively over directories and supports limiting the search to specific file suffixes. Copyrighted freeware.
    freshmeat.net Project: rpl.
    GnuWin32: rpl for Windows.
  • replace
    "The sane person's alternative to sed". Replace strings in files or in standard input/output, multiple string replacements in one command, many options. Freely modifiable and re-distributable source code.
Topo da página   -   Home