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.177.538 Times

Unix Tail File software
Filter: All | Freeware | Demo
 

Unix Tail File

< 1 2 3 4 5 > 
Added: January 07, 2010 | Visits: 1.533

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: October 17, 2010 | Visits: 1.092

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records)....





Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): File::Sort Download

Added: June 01, 2010 | Visits: 1.104

File File is the open source implementation of the file command used on almost every free operating system (OpenBSD, Linux, FreeBSD, NetBSD) and also on systems that use free software (including OS/2, DOS, MS Windows, etc.). The file command, if youre not familiar with it, is a command-line tool...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (115): File Download

Added: August 27, 2010 | Visits: 1.010

File::pushd File::pushd is a Perl module to change directory temporarily for a limited scope. SYNOPSIS use File::pushd; chdir $ENV{HOME}; # change directory again for a limited scope { my $dir = pushd( /tmp ); # working directory changed to /tmp } # working directory has reverted to $ENV{HOME}...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): File::pushd Download

Added: April 02, 2010 | Visits: 952

Backup Backup project adds instant version control to any file on a Unix system. Do you hate *.bak and *.20050101 and *.cjn (your initials here) and *.do.not.touch files as much as I do? They litter your filesystem any time someone (and were all guilty of it) needs to back-up a file theyre working on....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Backup Download

Added: August 24, 2010 | Visits: 1.104

File::Basename File::Basename is a Perl module to parse file paths into directory, filename and suffix. SYNOPSIS use File::Basename; ($name,$path,$suffix) = fileparse($fullname,@suffixlist); $name = fileparse($fullname,@suffixlist); $basename = basename($fullname,@suffixlist); $dirname =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (113): File::Basename Download

Added: March 18, 2010 | Visits: 1.452

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Added: June 14, 2010 | Visits: 1.237

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: January 04, 2010 | Visits: 795

lfm lmf is a simple but powerful file manager for the UNIX console. It has been developed with the ol good Midnight Commander as model..


Platforms: *nix

License: Freeware Size: 68.61 KB Download (92): lfm 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: 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 02, 2010 | Visits: 1.191

klogview klogview is a KDE real-time log file viewer, like tail -f. The main window contains any number of dockable log panels, with an arbitrary number of log sources in each of them. Every log source can have a separate font color and style. Other features include filters, alerts, different encodings,...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (98): klogview Download

Added: March 13, 2010 | Visits: 1.319

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.489

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: October 13, 2010 | Visits: 1.122

slashManager slashManager is a fast file manager for Unix systems written in wxPython. It supports directory tree view and tabbed browsing. It has internal viewers for major image formats (GIF, JPEG, PNG, and others) and HTML. It combines, in a unique way, features found in many other file managers..


Platforms: *nix

License: Freeware Size: 56.32 KB Download (104): slashManager Download

Added: May 26, 2010 | Visits: 1.322

File Activity Viewer File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file. It works like a graphical (with GUI) tail -f. Whats New in This Release: - Add Edit menu with Copy, Clear and Select All functions. - Add possibility to...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (98): File Activity Viewer 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

< 1 2 3 4 5 >