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

Unix C Shell freeware
Filter: All | Freeware | Demo
 

Unix C Shell

1 2 3 4 5 > 
Added: September 06, 2010 | Visits: 877

Tcsh Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). The project is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling...



Platforms: *nix

License: Freeware Size: 860.16 KB Download (104): Tcsh Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 547

pipestatus for UNIX/POSIX shell pipestatus - source file for UNIX/POSIX shell that allows to obtain an exit status of every program in a pipe.





Platforms: Windows, Mac, Linux

License: Freeware Size: 6.39 KB Download (48): pipestatus for UNIX/POSIX shell Download

Added: July 12, 2010 | Visits: 2.657

Web shell Wsh, "Web Shell" is a remote UNIX/WIN shell, that works via HTTP/HTTPS. The package contains two perl scripts for server and client hosts, one C source code and one Java servlet code for the server host : the client script is for console usage and the server scripts run as CGI/Servlet scripts on...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (213): Web shell Download

Added: August 03, 2013 | Visits: 378

JShell JShell is a UNIX-like shell written in Java, and intended primarily for working with Java programs. JShell can be used in conjunction with any JDK 1.1.x JVM. The reason for writing JShell was to overcome the difficulties in working with Java on Psion's 5mx. Here are some key features of...


Platforms: *nix

License: Freeware Size: 157.7 KB Download (35): JShell Download

Added: October 14, 2010 | Visits: 746

Libslack Libslack is a library of general utilities designed to make UNIX/C programming a bit easier on the eye. It is a seemingly random collection of modules and functions that I find commonly useful. It was originally implemented as part of the daemon program (although some of the code dates back...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (86): Libslack Download

Added: November 14, 2010 | Visits: 923

libtecla The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and in-line wild-card...


Platforms: *nix

License: Freeware Size: 512 KB Download (99): libtecla Download

Added: September 08, 2013 | Visits: 368

pipestatus for Linux pipestatus is a source file for UNIX/POSIX shell that allows you to obtain an exit status of every program in a pipe. When we program in shell we often run pipes like this prog1 args1 | prog2 args2 | ... | progN argsN POSIX says that exit status of pipe is the exit status of LAST program in...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): pipestatus for Linux Download

Added: November 06, 2013 | Visits: 469

pksh pksh, the Packet Shell, is a hack of the Unix tcsh shell for packets, bytes, hosts and protocols counts mainly implemented to include passive network monitoring functionalities into a shell. pksh is: * a shell * a pcap-based network sniffer, like the popular tcpdump and ntop * a query...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (47): pksh Download

Added: August 13, 2008 | Visits: 1.299

ShellTelnet ShellTelnet is a Windows telnet client intended for use with a Unix/Linux shell account. In addition to the classic telnet functionality, ShellTellnet introduces a new way of browsing Unix hosts. ShellTelnet allows the user to browse files and folders on a remote machine using the Windows...


Platforms: Windows

License: Freeware Size: 612 KB Download (182): ShellTelnet Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 537

Web Console Web Console is a web-based application that allows remote users to execute UNIX/Windows shell commands on a server directly from a browser. Web Console is open source software written on Perl using AJAX technology - it is very light, beautiful and easy.


Platforms: Windows, Mac, Linux

License: Freeware Size: 113.33 KB Download (49): Web Console Download

Added: August 05, 2013 | Visits: 460

Conquest for Linux Conquest is a Unix/C port of a real-time, multi-player space warfare game that was originally written in RATFOR for the VAX/VMS platform by Jef Poskanzer and Craig Leres. It supports both curses and OpenGL interfaces. Sound is supported as well.


Platforms: *nix

License: Freeware Size: 9.15 MB Download (43): Conquest for Linux Download

Added: April 22, 2010 | Visits: 900

nwcc nwcc is a small C compiler for Unix systems that I wrote in my freetime, for fun and to prove to myself that I could. I started the project in August 2003, but because I had a job and a life and a few other hobby code projects, it took me until autumn 2005 to make it work with various constructs...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (93): nwcc Download

Added: January 25, 2010 | Visits: 936

Ch Standard Edition Ch from SoftIntegration, Inc. is a superset of C interpreter. It is the most complete C interpreter in existence for scripting, plotting and numerical computing. It supports 1990 ISO C Standard (C90), major features in C99, classes in C++, POSIX, X11/Motif, OpenGL, ODBC, XML, GTK+, Win32, CGI,...


Platforms: Mac

License: Freeware Size: 6.6 MB Download (115): Ch Standard Edition Download

Added: August 26, 2010 | Visits: 1.278

Bash Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). Bash is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (107): Bash Download

Added: March 09, 2010 | Visits: 615

nss_ldap nss_ldap is an RFC 2307-compliant set of C library extensions. The resolution of the entities defined in RFC 2307 is generally performed by a set of UNIX C library calls (such as getpwnam() to return the attributes of a user). The nss_ldap module provides the means for Solaris and Linux...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (91): nss_ldap Download

Added: August 12, 2010 | Visits: 634

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 (88): File::Glob Download

Added: June 11, 2013 | Visits: 298

RotateBackup RotateBackup is a simple Perl script designed for deleting old backup files, to be called from a cron job. Requires filenames to be sortable in chronological order, e.g. containing the date in YYYY-MM-DD format. About Perl: Perl is a dynamic programming language created by Larry Wall and first...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): RotateBackup Download

Added: July 19, 2010 | Visits: 3.027

Free Link Page Free Link Page is a project that allows visitors to add links to your page in a specified category. This script allows visitors to add links to your page in a specified category. It is quite easy to install. The administration module supports deleting of existing links. Installation:...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (99): Free Link Page Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 443

Distribution via Pull DistPull is a software distribution system. It is designed to allow unattended updates of local and remote systems in a safe manner, with the abilty to roll back an update. It is written in Unix/Linux shell, so it is portable to most systems.


Platforms: Mac, BSD, Linux

License: Freeware Size: 21.37 KB Download (52): Distribution via Pull Download

Added: August 25, 2013 | Visits: 427

LionWiki LionWiki, a minimalist Wiki engine, was written in PHP and can be used for creating small websites, journals, etc. It is extensible, templatable, file based (it doesn't need database like MySQL) and requires just one file to function. Installation 1) Core LionWiki on Unix - copy index.php to...


Platforms: PHP

License: Freeware Size: 61.44 KB Download (48): LionWiki Download

1 2 3 4 5 >