Filtered by
shell
Refine results
unix (26)
linux (15)
python (15)
tools (13)
console (13)
terminal (13)
ruby (12)
utilities (11)
command_line (11)
bash (10)
perl (10)
windows (9)
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
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
The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU Operating System.
Metrics updated 12 Oct 08
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
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
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
Metrics updated 14 Oct 08
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
Metrics updated 05 May 08
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
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
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