Projects tagged ‘shell’


[504 total ]

3099 Users
   

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 ... [More] csh). Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). [Less]
Created over 3 years ago.

2127 Users
   

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

1481 Users
   

The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU Operating System.
Created over 3 years ago.

1409 Users
   

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 ... [More] Project * Free Licensing * Strong Encryption (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]
Created over 3 years ago.

1225 Users
   

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.
Created over 3 years ago.

963 Users
   

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.
Created over 3 years ago.

769 Users
   

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 ... [More] outputs the modified text. Sed is typically used for extracting part of a file using pattern matching or substituting multiple occurrences of a string within a file. [Less]
Created over 3 years ago.

423 Users
   

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.
Created over 3 years ago.

296 Users
   

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 ... [More] customising its behaviour, filename globbing, features to make C-shell (csh) users feel more at home and extra features drawn from tcsh. [Less]
Created over 3 years ago.

201 Users
   

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.
Created over 2 years ago.