Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.153.824 Times

Unix File Compare freeware
Filter: All | Freeware | Demo
 

Unix File Compare

< 1 2 3 4 5 > 
Added: June 14, 2010 | Visits: 1.236

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat...



Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: July 21, 2010 | Visits: 1.532

Partition Image Partition Image application is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file. The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions...





Platforms: *nix

License: Freeware Size: 532.48 KB Download (118): Partition Image Download

Added: May 26, 2010 | Visits: 1.088

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: August 14, 2010 | Visits: 1.154

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): File::Signature Download

Added: April 09, 2010 | Visits: 965

Unix::Mknod Unix::Mknod is a Perl extension for mknod, major, minor, and makedev. SYNOPSIS use Unix::Mknod qw(:all); use File::stat; use Fcntl qw(:mode); $st=stat(/dev/null); $major=major($st->rdev); $minor=minor($st->rdev); mknod(/tmp/special, S_IFCHR|0600, makedev($major,$minor+1)); This...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Unix::Mknod Download

Added: March 13, 2010 | Visits: 1.318

File Beamer File Beamer is an easy to use file transfer tool. The programm is platform independent. That means it runs with Windows 98/ME/2000/XP, Linux, Unix and MacOS X. This is made possible by using Trolltechs Qt Library which provides an easy to use GUI toolkit, networking functions and a lot more....


Platforms: *nix

License: Freeware Size: 2.8 MB Download (122): File Beamer Download

Added: January 27, 2010 | Visits: 1.488

Common UNIX Printing System CUPS provides a portable printing layer for Unix(r)-based operating systems. Common UNIX Printing System has been developed to promote a standard printing solution for all Unix vendors and users. CUPS provides the System V and Berkeley command line interfaces, and uses the Internet Printing...


Platforms: *nix

License: Freeware Size: 4.6 MB Download (109): Common UNIX Printing System Download

Added: March 05, 2010 | Visits: 2.376

X File Explorer X File Explorer (Xfe) is an MS-Explorer like file manager for X. X File Explorer is based on the popular, but discontinued, X Win Commander, originally developed by Maxim Baranov. Xfe aims to be the file manager of choice for all the Unix addicts! Why another file manager when the excellent...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (267): X File Explorer Download

Added: August 12, 2010 | Visits: 630

File::Glob File::Glob is a Perl extension for BSD glob routine. SYNOPSIS use File::Glob :glob; @list = bsd_glob(*.[ch]); $homedir = bsd_glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (CORE::glob() does this automatically...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (87): File::Glob Download

Added: August 23, 2010 | Visits: 2.103

Schema-compare Schema-compare is a script that will compares two database schema and show the differences side-by-side. Schema-compare can also generate SQL statements that will alter the old database to match the schema of the new database. The comparisons are correct, but the SQL statements at the bottom...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (140): Schema-compare Download

Added: November 27, 2010 | Visits: 1.007

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (92): File::Path Download

Added: July 22, 2010 | Visits: 1.498

Parallel Virtual File System The goal of the Parallel Virtual File System (PVFS) Project is to explore the design, implementation, and uses of parallel I/O. PVFS serves as both a platform for parallel I/O research as well as a production file system for the cluster computing community. PVFS is currently targeted at clusters...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (111): Parallel Virtual File System Download

Added: August 25, 2010 | Visits: 1.766

Access Point Utilities for Unix 1.5.1 Wireless Access Point Utilites for Unix is a set of utilites to configure and monitor Wireless Access Points under Unix using SNMP protocol. Utilites knownly compiles by GCC and IBM C compiler and run under Linux, FreeBSD, NetBSD, MacOS-X, AIX, QNX, OpenBSD. Utilites writen by Roman Festchook...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (138): Access Point Utilities for Unix 1.5.1 Download

Added: July 10, 2010 | Visits: 907

Socket::PassAccessRights Socket::PassAccessRights is a Perl extension for BSD style file descriptor passing via Unix domain sockets. SYNOPSIS use Socket::PassAccessRights; Socket::PassAccessRights::sendfd(fileno(SOCKET), fileno(SEND_ME)) or die; $fd = Socket::PassAccessRights::recvfd(fileno(SOCKET)) or die; open...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Socket::PassAccessRights Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 584

CSS Compare CSS Compare is a handy and reliable utility designed to identify the differences between two CSS files. It's useful for exporting customizations and managing stylesheet versions. Unlike traditional text comparison tools, CSS Compare evaluates individual CSS styles instead of pure text blocks,...


Platforms: Windows

License: Freeware Download (56): CSS Compare Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 1.255

Khayalan File Splitter and Joiner Khayalan File Splitter and Joiner is an easy-to-use program that enables you to easily split and join files. It also enables you to compare two different files by their checksum or by size. This program is designed to assist and facilitate the separation, merging, calculating checksum, and...


Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (57): Khayalan File Splitter and Joiner Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 693

Portable ExamDiff ExamDiff is a freeware Windows 95/98/Me/2000/XP/2003/Vista/7/2008 tool for visual file comparison. It is quick and very simple to use, and has a number of convenient features that many users have been asking for a long time from a file comparison tool. ExamDiff is a part of a suite of products...


Platforms: Windows

License: Freeware Download (49): Portable ExamDiff Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 1.189

SyncBack4all - File backup and sync Free SyncBack4all is an easy to use file backup and file synchronisation application. It automatically analyses, synchronises, and backs up your emails, photos, contacts, music, documents, and other important files locally - between desktops, laptops, servers, external drives, and Windows Mobile...


Platforms: Windows

License: Freeware Size: 8.61 MB Download (62): SyncBack4all - File backup and sync Free Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 682

NPE File Analyzer NPE File Analyzer is a utility that allow users to view and edit 32bit and 64bit Portable Executable (PE) files, such as .EXE .DLL and .SYS files. NPE provides functions for inspection of unknown binaries, you can analyze sections, resources, import and export tables, relocations, TlsTable, and...


Platforms: Windows

License: Freeware Size: 8.11 MB Download (52): NPE File Analyzer Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 454

hex encode decode and compare This project offers 3 basic tools for manipulating binary files: 1) flexible hexdump 2) hexencoder that reads a binary file and applies provided binary changes at given offsets and 3) a binary compare that gives summary of ranges where files differ


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.52 KB Download (47): hex encode decode and compare Download

< 1 2 3 4 5 >