Posts Tagged ‘sh’

ed, red – text editor
USAGE
ed [-] [-Gs] [-p string] [file]

red [-] [-Gs] [-p string] [file]

DESCRIPTION
ed is a line-oriented text editor. It is used to create, display, mod-
[...]

Friday, August 28th, 2009 at 00:47 | Comments Off
Categories: E, R
Tags: , , , , ,

confstr – get configuration dependent string variables
USAGE
#define _POSIX_C_SOURCE 2
or
#define _XOPEN_SOURCE
#include <unistd.h>

size_t confstr(int name, char *buf, size_t len);

DESCRIPTION
[...]

Thursday, August 27th, 2009 at 01:57 | Comments Off
Categories: c
Wednesday, August 26th, 2009 at 23:58 | Comments Off
Categories: T

sh – command interpreter (shell)
USAGE
sh [-/+aCefnuvxIimqsVEbc] [-o longname] [target ...]

DESCRIPTION
Sh is the standard command interpreter for the system. The current ver-
sion of sh is in the process of being changed to conform with the POSIX
1003.2 [...]

Wednesday, August 26th, 2009 at 02:34 | Comments Off
Categories: B
Wednesday, August 26th, 2009 at 02:32 | Comments Off
Categories: B
Tags: , , , , , ,

at – execute commands at a later time
USAGE at [-V] [-q queue] [-f file] [-mldbv] TIME at [-V] [-q queue] [-f file] [-mldbv] -t time_arg at -c job [job...] atq [-V] [...]

Tuesday, August 25th, 2009 at 22:41 | Comments Off
Categories: A
Tags: , , , , ,

sh – command interpreter (shell)
USAGE
sh [-/+aCefnuvxIimqsVEbc] [-o longname] [target ...]

DESCRIPTION
Sh is the standard command interpreter for the system. The current ver-
sion of sh is in the process of being changed to conform with the POSIX
1003.2 [...]

Tuesday, August 25th, 2009 at 22:37 | Comments Off
Categories: S
TOP