Projects tagged ‘shell’


[80 total ]
1744

Bash

   
Licensed as: GNU General Public License 2.0

Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).

Metrics updated 14 Oct 08

1181

grep

   
Primary Language: C Licensed as: GNU General Public License 2.0

Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.

Metrics updated about 3 hours ago

904

GNU Core Utilities

   
Primary Language: C Licensed as: GNU General Public License 2.0

The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU Operating System.

Metrics updated 12 Oct 08

763

GNU Screen

   
Primary Language: C Licensed as: GNU General Public License 2.0

Screen is a text console window manager that generates virtual terminals (PTYs) for interactive processes. A scrollback history buffer allows copy&paste, a detach feature saves your session for later reconnect.

Metrics updated about 17 hours ago

611

GNU findutils

   
Primary Language: C Licensed as: GNU General Public License 3.0 or later

GNU findutils includes find, xargs, locate and updatedb. These tools proivide ways to search for files on your system by specifying what kind of file you're looking for.

Metrics updated 12 Oct 08

593

OpenSSH

   
Primary Language: C Licensed as: BSD-ish License

OpenSSH is a free SSH/SecSH protocol suite providing encryption for network services like remote login or remote file transfer. The following is a list of OpenSSH features: * Open Source Project * Free Licensing * Strong Encryption ... [More] (3DES, Blowfish, AES, Arcfour) * X11 Forwarding (encrypt X Window System traffic) * Port Forwarding (encrypted channels for legacy protocols) * Strong Authentication (Public Key, One-Time Password and Kerberos Authentication) * Agent Forwarding (Single-Sign-On) * Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards) * SFTP client and server support in both SSH1 and SSH2 protocols. * Kerberos and AFS Ticket Passing * Data Compression [Less]

Metrics updated 14 Oct 08

472

GNU sed

   
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

Sed (streams editor) isn't really a true text editor or text processor. Instead, it is used to filter text, i.e., it takes text input and performs some operation (or set of operations) on it and outputs the modified text. Sed is typically used ... [More] for extracting part of a file using pattern matching or substituting multiple occurrences of a string within a file. [Less]

Metrics updated 05 May 08

218

Cygwin

   
Primary Language: C Licensed as: GNU General Public License 2.0

Cygwin is a Linux-like environment for Windows. It consists of an emulation DLL providing Linux API functionality, and ports of thousands of Linux tools to Windows.

Metrics updated 17 Jun 08

188

zsh

   
Primary Language: C Licensed as: BSD-ish License

Zsh is a UNIX command interpreter (shell) which of the standard shells most resembles the Korn shell (ksh). It includes enhancements of many types, notably in the command-line editor, options for customising its behaviour, filename globbing, features to make C-shell (csh) users feel more at home and extra features drawn from tcsh.

Metrics updated 13 Oct 08

100

Gawk

   
Primary Language: shell script Licensed as: GNU General Public License 2.0

The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.

Metrics updated about 16 hours ago